OBJECT

Db2LogSnapshot

Description

Db2 log snapshot object.

link GraphQL Schema definition

  • type Db2LogSnapshot {
  • # The Rubrik FID of the Db2 snapshot object.
  • fid: String!
  • # The CDM fid of the Db2 snapshot object.
  • cdmId: String!
  • # UUID of the CDM cluster associated with Db2 workload.
  • clusterUuid: UUID!
  • # The internal time stamp of the Db2 snapshot object.
  • internalTimestamp: Long!
  • # Boolean for archival status of the Db2 snapshot object.
  • isArchived: Boolean!
  • # The workload type on which snapshot was taken.
  • workloadType: String!
  • # The Rubrik fid of the workload on which snapshot was taken.
  • workloadId: String!
  • # The creation date of the snapshot.
  • date: DateTime
  • # App metadata of log snapshots in Db2.
  • appMetadata: Db2LogSnapshotAppMetadata
  • }