OBJECT

OracleHostSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type OracleHostSummary {
  • # Required. Supported in v5.0+
  • # ID assigned to the standalone Oracle host.
  • id: String!
  • # Required. Supported in v5.0+
  • # Hostname of the standalone Oracle host.
  • name: String!
  • # Required. Supported in v5.0+
  • # Count of the number of databases on the Oracle RAC.
  • numDbs: Int!
  • # Required. Supported in v5.0+
  • primaryClusterId: String!
  • # Required. Supported in v5.0+
  • # Connectivity status of the Oracle RAC.
  • status: String!
  • # Supported in v7.0+
  • # Boolean value specifying whether the database obtains the log backup
  • # configurations from the SLA Domain.
  • hasLogConfigFromSla: Boolean
  • # Supported in v8.1+
  • # ID assigned to the host.
  • hostId: String
  • slaAssignable: SlaAssignable
  • # Required. Supported in v5.0+
  • # An array that contains information about the objects in the infrastructure path
  • # of a specified Oracle database.
  • infraPath: [ManagedHierarchyObjectAncestor!]!
  • }