Hitachi

JP1 Version 12 JP1/Operations Analytics REST API Reference Guide


1.3.27 Members of a host

This section explains the Members of a host (Hosts resource).

Member name Data type Description Whether to change Whether applicable to filter conditions ($query) Whether applicable to sort conditions ($order-by)
instanceID long ID for identifying instances N Y Y
name string Host name N Y Y
ipAddress string IP address of the host N N N
osType string OS type of the host.
  • SERVER_WINDOWS: The OS is Windows.
  • SERVER_LINUX: The OS is Linux.
  • SERVER_SOLARIS: The OS is Solaris.
  • SERVER_HPUX: The OS is HP-UX.
  • SERVER_AIX: The OS is AIX.
  • GENERIC_COMPUTER: This is a host for which information is collected by a plug-in.
  • UNKNOWN: A host about which information is collected as an alive-monitoring target, or a host that is an SNMP trap-notification source registered as a management target.
N Y (only to eq, ne, in, not in) N
status enum Status of the host. For details about the specifiable values, see the table NodeStatusType in 1.6 List of enumerators. N Y (only to eq, ne, in, not in) N
monitorStatus enum Monitoring status of the host. For details about the specifiable values, see the table ManagementLevelType in 1.6 List of enumerators. N Y (only to eq, ne, in, not in) N
description string Detailed information about the host N Y Y
vmName string Name of the virtual machine if the host is running on a virtual machine N Y Y
usedCredentialID long ID for identifying authentication information used for detection N N N
usedCredentials string Name of authentication information used for detection N N N
thresholdProfileID long ID for identifying the assigned profile N N N
thresholdProfileName string Name of the assigned profile N N N
originalThresholdProfileID string ID for identifying the original profile of the assigned profile N N N
groupIDs long[] ID for identifying the assigned consumer N N N
groupNames string[] Name of the assigned consumer N N N
gradeNames string[] Name of the grade of the consumer assigned to the host N N N
gradeOrders integer[] Priority of the grade of the consumer assigned to the host N N N
deviceClassificationLabel string Name of the classification label assigned to the host N N N
accessPointType enum Type of authentication information used for detection. For details about the specifiable values, see the table ProtocolType in 1.6 List of enumerators.

The specifiable values are as follows:

  • WMI
  • SSH
  • SNMP
N N N
accessPointSnmpVersion enum SNMP version of credential. For details about the specifiable values, see the table SnmpVersion in 1.6 List of enumerators. N N N
accessPointIpAddress string IP address used for connections to monitoring targets N N N
accessPointUser string User ID used for connections to monitoring targets N N N
pluginId string ID for the plug-in applied to the host N Y Y
creatorType enum The type of creator that added the host as a monitoring target. This member is enabled only if osType is UNKNOWN. For details about the specifiable values, see the table NodeCreatorType in 1.6 List of enumerators. N Y(only to eq, ne, in, not in) N

(Legend) Y: Applicable, N: Not applicable