OBJECT
OracleDbSummary
Description
Supported in v5.0+
link GraphQL Schema definition
- type OracleDbSummary {
- # Required. Supported in v5.0+
- # ID assigned to the Oracle database.
- String! :
- # Supported in v5.0+
- # Details of the instances of the Oracle database.
- OracleInstanceProperties!]! : [
- # Supported in v5.0+
- # v5.0-v5.3: Boolean value that indicates whether the ARCHIVELOGMODE is enabled on
- # the Oracle database.
- # v6.0+: Boolean value that indicates whether the ARCHIVELOG mode is enabled on
- # the Oracle database or not.
- Boolean :
- # Required. Supported in v5.0+
- # Boolean value that indicates whether a Oracle database object is in an archived
- # state and has retained snapshots. Value is true when the object is archived with
- # retained snapshots.
- Boolean! :
- # Required. Supported in v5.0+
- # Service name of the Oracle database.
- String! :
- # Supported in v5.0+
- # Count of the number of instances of the Oracle database.
- Int :
- # Required. Supported in v5.0+
- # Count of the number of table spaces in Oracle database.
- Int! :
- # Required. Supported in v5.0+
- String! :
- # Supported in v5.0+
- # Rubrik ID of the RAC on which this database is hosted. This field will be empty
- # if the database is not hosted on a RAC environment.
- String :
- # Supported in v5.0+
- # v5.0-v5.3: RAC name of cluster database.
- # v6.0+: RAC name of the cluster database.
- String :
- # Supported in v5.0+
- # System identifier (SID) of the Oracle database.
- String :
- # Supported in v5.0+
- # Rubrik ID of the standalone Oracle host on which this database is hosted. This
- # field will be empty if the database is not hosted on a standalone system.
- String :
- # Supported in v5.0+
- # Hostname of the standalone Oracle database host.
- String :
- # Supported in v5.1+
- # True/false value indicating if backup task information is included in the
- # response.
- Boolean :
- # Supported in v5.1+
- # A Boolean value that specifies whether the Oracle database is local to the
- # cluster. When this value is 'true', the Oracle database is local to the cluster.
- Boolean :
- # Supported in v5.1+
- # The timestamp of the previous snapshot.
- DateTime :
- # Supported in v5.1+
- # Specifies an interval in minutes. This interval is the period between successive
- # log backups.
- Int :
- # Supported in v5.1+
- # An integer that specifies the number of missed snapshots.
- Int :
- # Supported in v5.2+
- # v5.2-v5.3: An array that contains the archive log destinations of the specified
- # Oracle database.
- # v6.0+: An array that contains the archive log destinations for the specified
- # Oracle database.
- String!]! : [
- # Supported in v5.2+
- # Specifies an interval in hours. The next log snapshot job deletes archived
- # Oracle redo log files whose 'nextTime' field specifies a time more than the
- # specified number of hours ago. To immediately delete archived redo log files
- # regardless of age, specify an interval of -1. To preserve all archived redo log
- # files, specify an interval of -2.
- Int :
- # Supported in v5.2+
- # Indicates whether the current DATABASE_ROLE is PRIMARY which specifies the
- # database is accepting read/write transactions as the primary database in a Data
- # Guard configuration.
- Boolean :
- # Supported in v6.0+
- # Rubrik ID of the Data Guard group to which this database belongs.
- String :
- # Supported in v6.0+
- # Name of the Data Guard group to which this database belongs.
- String :
- # Supported in v6.0+
- # Current role of the database.
- String :
- # Supported in v6.0+
- # Unique name for the Oracle database (DB_UNIQUE_NAME).
- String :
- # Supported in v7.0+
- # Boolean value specifying whether the database obtains the log backup
- # configurations from the SLA Domain.
- Boolean :
- CdmWorkload :
- CdmDataGuardType :
- # Required. Supported in v5.0+
- # An array that contains information about the objects in the infrastructure path
- # of a specified Oracle database.
- ManagedHierarchyObjectAncestor!]! : [
- # Supported in v5.1+
- # Information about the current backup task.
- BackupTaskDiagnosticInfo :
- # Supported in v6.0+
- # List of Data Guard group members.
- DataGuardGroupMember!]! : [
- # Supported in v9.3
- # An array that contains blackout windows for the Oracle database.
- BlackoutWindows :
- # Supported in v9.3
- # Status of the blackout window for the Oracle database.
- BlackoutWindowStatus :
- }