INPUT_OBJECT

OracleValidateConfigInput

Description

Supported in v5.3+

link GraphQL Schema definition

  • input OracleValidateConfigInput {
  • # Supported in v5.3+
  • # Number of channels used during backup validation.
  • numChannels: Int
  • # Supported in v5.3+
  • # System Global Area(SGA) size used to create the instance on the target host with
  • # unit in MB. SGA is a group of shared memory structures for one Oracle Database
  • # instance.
  • sgaMaxSizeInMb: Long
  • # Supported in v5.3+
  • # The full path on the target host where the NFS share with the snapshot files
  • # will be mounted.
  • targetMountPath: String
  • # Supported in v5.3+
  • # The full path on the target host for the Oracle Home which is the directory
  • # location where all Oracle software is installed.
  • targetOracleHome: String
  • # Required. Supported in v5.3+
  • # Snapshot ID or timestamp for which the validation is done.
  • recoveryPoint: OracleRecoveryPointInput!
  • # Required. Supported in v5.3+
  • # ID of the Oracle host or Oracle RAC object that is the target for the validation
  • # job. The referenced Oracle host or Oracle RAC must have the Rubrik Backup
  • # Service (RBS) installed and connected.
  • targetOracleHostOrRacId: String!
  • }