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.
- 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.
- Boolean :
- # Required. Supported in v5.0+
- # A relic host is deleted, but still may have snapshots associated with its
- # children (e.g. Fileset).
- 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.
- Boolean! :
- # Supported in v5.0+
- # Specifies the Oracle username for an account with query privileges.
- String :
- # Supported in v5.0+
- # Specifies the Oracle username for an account with sysdba privileges.
- 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.
- Boolean :
- # Supported in v9.0+
- # Specifies whether the refresh of host metadata for this host is paused.
- Boolean :
- HostSummary :
- # Supported in v9.2+
- # v9.2:
- # v9.3: Additional Active Directory info for the host if applicable.
- ActiveDirectoryAdditionalInfo :
- # Supported in v9.2+
- # Specifies the certificate ID corresponding to the public key certificate of the
- # CA that signed the SQL server certificate for Sensitive Data Discovery.
- String :
- # Supported in v9.3
- # Specifies the wallet path on the Oracle host which is used to authenticate
- # remote connections to oracle databases during Sensitive Data Discovery.
- String :
- # Supported in v9.2+
- # Specifies the username configured for the SQL server instance for sensitive data
- # discovery.
- String :
- # Supported in v9.0+
- # v9.0-v9.1: Specify the name of active directory domain.
- # v9.2+: (DEPRECATED) This field is deprecate in favor of
- # activeDirectoryAdditionalInfo. Specify the name of active directory domain.
- String :
- # Supported in v9.0+
- # v9.0-v9.1: Id of the Active Directory Domain if the windows host has domain
- # controller hosted.
- # v9.2+: (DEPRECATED) This field is deprecate in favor of
- # activeDirectoryAdditionalInfo. Id of the Active Directory Domain if the windows
- # host has domain controller hosted.
- String :
- # Supported in v9.3
- # Specifies the username configured for the Oracle host for sensitive data
- # discovery.
- String :
- HostVfdState! :
- HostVfdInstallConfig :
- }