OBJECT

Db2RecoverableRange

Description

Db2 recoverable range object.

link GraphQL Schema definition

  • type Db2RecoverableRange {
  • # The Rubrik FID of the Db2 recoverable range object.
  • fid: String!
  • # The CDM fid of the Db2 recoverable range object.
  • cdmId: String!
  • # UUID of the CDM cluster associated with Db2 workload.
  • clusterUuid: UUID!
  • # Boolean for archival status of Db2 recoverable range object.
  • isArchived: Boolean!
  • # The Rubrik FID for the Db2 database associated with the Db2 recoverable range
  • # object.
  • dbId: String!
  • # ID of the associated base snapshot.
  • baseSnapshotId: String
  • # Start time of the Db2 recoverable range object.
  • startTime: DateTime
  • # End time of the Db2 recoverable range object.
  • endTime: DateTime
  • }