INPUT_OBJECT

HostUpdateInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input HostUpdateInput {
  • # Supported in v5.0+
  • compressionEnabled: Boolean
  • # When VFD is not enabled on the specified Windows host, set this property to
  • # false to instruct the Rubrik cluster to remove the VFD driver from a specified
  • # Windows host. Before using this property, disable VFD on the specified Windows
  • # host by setting the value of HostVfdEnabled to not enabled.
  • hostVfdDriverInstalled: Boolean
  • # Supported in v5.0+
  • hostname: String
  • # When CBT is not enabled on the specified Windows host, set this property to
  • # false to instruct the Rubrik cluster to remove the CBT driver from a specified
  • # Windows host. Before using this property, disable CBT on the specified Windows
  • # host by setting the value of mssqlCbtEnabled to not enabled.
  • mssqlCbtDriverInstalled: Boolean
  • # Supported in v5.0+
  • nasConfig: NasConfigInput
  • # Supported in v5.0+
  • # Specifies the Oracle username for an account with query privileges. The account
  • # must have query privileges for a specified Oracle installation to enable Oracle
  • # discovery queries for that installation.
  • oracleQueryUser: String
  • # Supported in v5.0+
  • # v5.0: Specifies the Oracle username for an account with sysdba privileges. The
  • # account must have sysdba privileges for a specified Oracle installation to
  • # enable backup and recovery of Oracle databases for that installation. This field
  • # overrides the configured global sysdba user for the specified Oracle
  • # installation.
  • # v5.1-v5.3: Specifies the Oracle username for an account with sysdba privileges.
  • # The account must have sysdba privileges for a specified Oracle installation to
  • # enable Oracle discovery queries for that installation. This field overrides the
  • # configured global sysdba user for the specified Oracle installation.
  • # v6.0+: Specifies the Oracle username for an account with sysdba privileges. The
  • # account must have sysdba privileges for a specified Oracle installation to
  • # enable Oracle discovery queries for that installation. This field overrides the
  • # configured global sysdba user for the specified Oracle installation.
  • oracleSysDbaUser: String
  • # Supported in v5.1+
  • # A user-specified string that returns this host in searches.
  • alias: String
  • # Supported in v5.2-v9.1
  • hdfsConfig: HdfsConfigInput
  • # Supported in v5.2+
  • # v5.2-v5.3: A Boolean that specifies whether to discover Oracle information
  • # during host refresh. A value of 'true' discovers Oracle information during host
  • # refresh.
  • # v6.0: A Boolean that specifies whether to discover Oracle information during
  • # host refresh. A value of 'true' discovers Oracle information during host
  • # refresh.
  • #
  • # v7.0-v8.0: A Boolean that specifies whether to discover Oracle information
  • # during host refresh. A value of 'true' discovers Oracle information during host
  • # refresh.
  • #
  • # v8.1: A Boolean that specifies whether to discover Oracle information during
  • # host refresh. A value of 'true' discovers Oracle information during host
  • # refresh.
  • #
  • # v9.0+: A Boolean that specifies whether to discover Oracle information during
  • # host refresh. A value of 'true' discovers Oracle information during host
  • # refresh.
  • isOracleHost: Boolean
  • # Supported in v7.0+
  • # v7.0-v9.1: A Boolean that specifies whether to update the Rubrik Backup Agent
  • # and agent ID during host edit.
  • #
  • # v9.2: A Boolean that specifies whether to update the Rubrik Backup Agent and
  • # agent ID during host edit.
  • isUpdateCertAndAgentIdEnabled: Boolean
  • # Supported in v9.0+
  • # A Boolean that specifies whether the host refresh is paused or not.
  • isRefreshPaused: Boolean
  • # Supported in v9.2
  • # The user credentials for querying SQL server instance on the host for Sensitive
  • # Data Discovery.
  • mssqlSddUserCredentials: SddUserCredentialsInput
  • # Supported in v5.0+
  • hostVfdEnabled: HostVfdInstallConfig
  • # Supported in v5.0+
  • mssqlCbtEnabled: MssqlCbtStatusType
  • }