OBJECT

HostDetail

Description

Supported in v5.0+

link GraphQL Schema definition

  • type HostDetail {
  • # Supported in v5.0-v9.0
  • # v5.0-v5.2:
  • # v5.3-v9.0: ID of the Rubrik Backup Service (RBS) installed on the host.
  • agentId: String
  • # Supported in v5.0+
  • # v5.0-v5.2:
  • # v5.3+: Indicates if compression is enabled while transferring data between the
  • # host and the Rubrik cluster.
  • compressionEnabled: Boolean
  • # Required. Supported in v5.0+
  • # A relic host is deleted, but still may have snapshots associated with its
  • # children (e.g. Fileset).
  • isRelic: Boolean!
  • # Required. Supported in v5.0+
  • # v5.0-v5.2: Boolean value that indicates whether the CBT driver is installed for
  • # SQL Server instances on the specified Windows host. Set to true when the CBT
  • # driver is installed. Set to false when the CBT driver is not installed
  • # v5.3: Indicates if the CBT driver is installed for SQL Server instances on the
  • # specified Windows host. Set to true when the CBT driver is installed. Set to
  • # false when the CBT driver is not installed
  • # v6.0+: Indicates if the CBT driver is installed for SQL Server instances on the
  • # specified Windows host. Set to true when the CBT driver is installed. Set to
  • # false when the CBT driver is not installed.
  • mssqlCbtDriverInstalled: Boolean!
  • # Supported in v5.0+
  • # Specifies the Oracle username for an account with query privileges.
  • oracleQueryUser: String
  • # Supported in v5.0+
  • # Specifies the Oracle username for an account with sysdba privileges.
  • oracleSysDbaUser: String
  • # Supported in v5.2+
  • # v5.2: Specifies whether the host is an Oracle host. When the host is an Oracle
  • # host, the UI displays the Oracle discovery fields.
  • # v5.3: Specifies whether this is an Oracle host. This indicates whether to show
  • # Oracle discovery fields in the UI.
  • # v6.0+: Specifies whether this is an Oracle host. This indicates whether to show
  • # Oracle discovery fields in the UI.
  • isOracleHost: Boolean
  • # Supported in v9.0+
  • # Specifies whether the refresh of host metadata for this host is paused.
  • isRefreshPaused: Boolean
  • hostSummary: HostSummary
  • # Supported in v9.0+
  • # Specify the name of active directory domain.
  • hostDomainName: String
  • # Supported in v9.0+
  • # Id of the Active Directory Domain if the windows host has domain controller
  • # hosted.
  • hostDomainId: String
  • hostVfdDriverState: HostVfdState!
  • hostVfdEnabled: HostVfdInstallConfig
  • }