OBJECT
Db2LogSnapshot
Description
Db2 log snapshot object.
link GraphQL Schema definition
- type Db2LogSnapshot {
- # App metadata of log snapshots in Db2.
- : Db2LogSnapshotAppMetadata
- # The CDM fid of the Db2 snapshot object.
- : String!
- # UUID of the CDM cluster associated with Db2 workload.
- : UUID!
- # The creation date of the snapshot.
- : DateTime
- # The Rubrik FID of the Db2 snapshot object.
- : String!
- # The internal time stamp of the Db2 snapshot object.
- : Long!
- # Boolean for archival status of the Db2 snapshot object.
- : Boolean!
- # The Rubrik fid of the workload on which snapshot was taken.
- : String!
- # The workload type on which snapshot was taken.
- : String!
- }
link Require by
- Db2LogSnapshotConnectionPaginated list of Db2LogSnapshot objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- Db2LogSnapshotEdgeWrapper around the Db2LogSnapshot object. This wrapper is used for pagination.
- Query