OBJECT

DataGuardGroupMember

Description

Supported in v6.0+

link GraphQL Schema definition

  • type DataGuardGroupMember {
  • # Required. Supported in v6.0+
  • # Unique name of the member Oracle database.
  • dbUniqueName: String!
  • # Supported in v6.0+
  • # Rubrik ID of the RAC on which this database is hosted. This field is empty when
  • # the database is not hosted on a RAC environment.
  • racId: String
  • # Supported in v6.0+
  • # Cluster name assigned to the Oracle RAC.
  • racName: String
  • # Required. Supported in v6.0+
  • # Current role of the member Oracle database.
  • role: String!
  • # Supported in v6.0+
  • # Rubrik ID of the standalone Oracle host on which this database is hosted. This
  • # field is empty when the database is not hosted on a standalone system.
  • standaloneHostId: String
  • # Supported in v6.0+
  • # Name of the standalone Oracle database host.
  • standaloneHostName: String
  • }