OBJECT
HostSummary
Description
Supported in v5.0+
link GraphQL Schema definition
- type HostSummary {
- # Required. Supported in v5.0+
- # Deprecated. Please use 'name' instead.
- String! :
- # Required. Supported in v5.0+
- # v5.0-v5.2:
- # v5.3+: Unique identifier for host.
- String! :
- # Supported in v5.0+
- # v5.0-v5.2:
- # v5.3+: IP address or hostname of the host.
- String :
- # Supported in v5.0+
- # v5.0-v5.2:
- # v5.3+: Operating system of the host. One of Windows, Linux, AIX, HPUX, and
- # SunOS.
- String :
- # Supported in v5.0+
- # v5.0-v5.2:
- # v5.3+: The operating system of the host. Possible choices are Windows, Linux,
- # AIX, HPUX, SunOS.
- String :
- # Supported in v5.0+
- # The ID of the organization to which the host is assigned (set by envoy).
- String :
- # Supported in v5.0+
- # The name of the organization to which the host is assigned (set by envoy).
- String :
- # Supported in v5.0+
- # v5.0-v5.2:
- # v5.3+: ID of the Rubrik cluster to which the host belongs.
- String :
- # Supported in v5.0+
- # v5.0-v5.2:
- # v5.3-v9.1: Specifies the connect status for the host. Status is Refreshing while
- # discovery is running or Connected once discovery was successful and the host is
- # available.
- # v9.2+: This field is deprecated, use statusEnum field instead.
- String :
- # Supported in v5.1+
- # A user-specified string that returns this host in searches.
- String :
- # Supported in v5.2-v9.1
- HdfsBaseConfig :
- # Supported in v9.0+
- # Specifies whether the refresh of host metadata for this host is paused.
- Boolean :
- # Supported in v9.1+
- # ID of the Rubrik Backup Service (RBS) installed on the host.
- String :
- # Supported in v8.1+
- # Specifies the last refresh epoch time in msec.
- Long :
- MssqlCbtEffectiveStatusType :
- MssqlCbtStatusType :
- HostRbsConnectionStatus :
- # Supported in v5.0+
- NasBaseConfig :
- # Supported in v9.2+
- # Volume Group info for the host if applicable.
- VolumeGroupDetailInfo :
- }