OBJECT
Db2LogSnapshot
Description
Db2 log snapshot object.
link GraphQL Schema definition
- type Db2LogSnapshot {
- # The Rubrik FID of the Db2 snapshot object.
- String! :
- # The CDM fid of the Db2 snapshot object.
- String! :
- # UUID of the CDM cluster associated with Db2 workload.
- UUID! :
- # The internal time stamp of the Db2 snapshot object.
- Long! :
- # Boolean for archival status of the Db2 snapshot object.
- Boolean! :
- # The workload type on which snapshot was taken.
- String! :
- # The Rubrik fid of the workload on which snapshot was taken.
- String! :
- # The creation date of the snapshot.
- DateTime :
- # App metadata of log snapshots in Db2.
- Db2LogSnapshotAppMetadata :
- }
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