OBJECT
HostSummary
Description
Supported in v5.0+
link GraphQL Schema definition
- type HostSummary {
- # Supported in v9.5+
- # The Active Directory domain name for the host, if applicable.
- : String
- # Supported in v9.1+
- # ID of the Rubrik Backup Service (RBS) installed on the host.
- : String
- # Supported in v9.4+
- # UUID of the primary cluster for the agent.
- : String
- # Supported in v5.1+
- # A user-specified string that returns this host in searches.
- : String
- # Supported in v5.2-v9.1
- : HdfsBaseConfig
- # 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 v9.0+
- # Specifies whether the refresh of host metadata for this host is paused.
- : Boolean
- # Supported in v8.1+
- # Specifies the last refresh epoch time in msec.
- : Long
- # Supported in v5.0+
- # Property that indicates whether CBT is enabled for backups of SQL Server
- # databases on a Windows host. When the value of mssqlCbtEnabled is Default, this
- # property has the same value as the global CBT setting. In all other cases, this
- # property has the same value as mssqlCbtEnabled. To change the global CBT
- # setting, use the SQL Server default property update endpoint.
- : MssqlCbtEffectiveStatusType
- # Supported in v5.0+
- # Property that indicates whether CBT is enabled for backups of SQL Server
- # databases on a Windows host. Set to Enabled when CBT based backups of SQL Server
- # databases for the specified Windows host is enabled. Set to Disabled when CBT
- # based backups of SQL Server databases for the specified Windows host is turned
- # off. Set to Default when the Windows host inherits the global CBT setting.
- : MssqlCbtStatusType
- # Supported in v5.0+
- # v5.0-v5.2:
- # v5.3+: IP address or hostname of the host.
- : String
- # Supported in v5.0+
- : NasBaseConfig
- # 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 v9.2+
- # 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.
- : HostRbsConnectionStatus
- # Supported in v9.2+
- # Volume Group info for the host if applicable.
- : VolumeGroupDetailInfo
- }