OBJECT

HostSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type HostSummary {
  • # Required. Supported in v5.0+
  • # Deprecated. Please use 'name' instead.
  • hostname: String!
  • # Required. Supported in v5.0+
  • # v5.0-v5.2:
  • # v5.3+: Unique identifier for host.
  • id: String!
  • # Supported in v5.0+
  • # v5.0-v5.2:
  • # v5.3+: IP address or hostname of the host.
  • name: String
  • # Supported in v5.0+
  • # v5.0-v5.2:
  • # v5.3+: Operating system of the host. One of Windows, Linux, AIX, HPUX, and
  • # SunOS.
  • operatingSystem: 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.
  • operatingSystemType: String
  • # Supported in v5.0+
  • # The ID of the organization to which the host is assigned (set by envoy).
  • organizationId: String
  • # Supported in v5.0+
  • # The name of the organization to which the host is assigned (set by envoy).
  • organizationName: String
  • # Supported in v5.0+
  • # v5.0-v5.2:
  • # v5.3+: ID of the Rubrik cluster to which the host belongs.
  • primaryClusterId: 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.
  • status: String
  • # Supported in v5.1+
  • # A user-specified string that returns this host in searches.
  • alias: String
  • # Supported in v5.2-v9.1
  • hdfsBaseConfig: HdfsBaseConfig
  • # Supported in v9.0+
  • # Specifies whether the refresh of host metadata for this host is paused.
  • isRefreshPaused: Boolean
  • # Supported in v9.1+
  • # ID of the Rubrik Backup Service (RBS) installed on the host.
  • agentId: String
  • # Supported in v8.1+
  • # Specifies the last refresh epoch time in msec.
  • lastRefreshTimeStamp: Long
  • mssqlCbtEffectiveStatus: MssqlCbtEffectiveStatusType
  • mssqlCbtEnabled: MssqlCbtStatusType
  • statusEnum: HostRbsConnectionStatus
  • # Supported in v5.0+
  • nasBaseConfig: NasBaseConfig
  • # Supported in v9.2
  • # Volume Group info for the host if applicable.
  • volumeGroupInfo: VolumeGroupDetailInfo
  • }