OBJECT

Db2InstanceSummary

Description

Supported in v7.0+

link GraphQL Schema definition

  • type Db2InstanceSummary {
  • # Required. Supported in v7.0+
  • # List of IDs of databases present in this Db2 instance.
  • databaseIds: [String!]!
  • # Required. Supported in v7.0+
  • # v7.0: List of hosts that are a part of this Db2 instance.
  • # v8.0+: A list of IDs of the hosts that are part of this Db2 instance.
  • hostIds: [String!]!
  • # Required. Supported in v7.0+
  • # ID of the Db2 instance.
  • id: String!
  • # Required. Supported in v7.0+
  • # UTC timestamp of the most recent Db2 instance refresh job.
  • lastRefreshTime: String!
  • # Required. Supported in v7.0+
  • # Name of the Db2 instance.
  • name: String!
  • # Required. Supported in v7.0+
  • # ID of the CDM cluster that protects the Db2 instance.
  • primaryClusterUuid: String!
  • # Required. Supported in v7.0+
  • # UTC timestamp of the most recent Db2 instance refresh job.
  • protectionDate: String!
  • # Required. Supported in v7.0+
  • # SLA Domain ID assigned to the Db2 instance.
  • slaDomainId: String!
  • # Required. Supported in v7.0+
  • # Type of the SLA Domain assigned to the Db2 instance.
  • slaType: String!
  • # Required. Supported in v7.0+
  • # Status messsage of the most recent Db2 instance refresh job.
  • statusMessage: String!
  • # Required. Supported in v7.0+
  • # Username provided by the user that will be used while interacting with Db2
  • # system.
  • username: String!
  • # Supported in v8.0+
  • # A list of names of the hosts that are part of this Db2 instance.
  • hostNames: [String!]!
  • # Supported in v8.0+
  • # Specifies whether a Db2 instance is archived.
  • isArchived: Boolean
  • # Supported in v8.0+
  • # List of relic database IDs present in this Db2 instance.
  • relicDatabaseIds: [String!]!
  • # Supported in v8.1+
  • # List of HADR database IDs present in this Db2 instance.
  • hadrDatabaseIds: [String!]!
  • # Supported in v7.0+
  • # Status of the most recent Db2 instance refresh job.
  • status: Db2InstanceSummaryStatus!
  • }