OBJECT
CdmWorkloadSnapshot
Description
Snapshot of a Rubrik CDM workload.
link GraphQL Schema definition
- type CdmWorkloadSnapshot {
- # ID of the SLA Domain.
- String! :
- # Date the snapshot will expire.
- DateTime :
- # Specifies whether the expiration hint is enabled.
- Boolean! :
- # Specifies whether the snapshot is corrupted or not.
- Boolean! :
- # Number of attempts for indexing the snapshot.
- Long! :
- # Specifies whether the snapshot is indexed or not.
- Boolean! :
- # Specifies whether the snapshot can be unindexed.
- Boolean! :
- # Specifies whether the snapshot is an on-demand snapshot.
- Boolean! :
- # ID of the Rubrik cluster to which the snapshot belongs.
- String! :
- # Rubrik CDM ID of the snapshot.
- String! :
- # Version of the Rubrik cluster to which the snapshot belongs.
- String! :
- # The information about how long this snapshot will be retained.
- String! :
- # Specifies whether the snapshot was downloaded.
- Boolean! :
- # Sub objects for the snapshot.
- SnapshotSubObject!]! : [
- # Specifies whether the snapshot is expired or not.
- Boolean! :
- # SLA Domain of the snapshot.
- SlaConfig :
- # ID of the workload to which the snapshot belongs.
- String! :
- # Type of the workload to which the snapshot belongs.
- String! :
- # The date the snapshot was taken. This value is formatted as YYYY/MM/DD HH:mm:ss.
- String! :
- # Latest user note information.
- LatestUserNote :
- }
link Require by
- CdmSnapshot
- CdmWorkloadSnapshotConnectionPaginated list of CdmWorkloadSnapshot objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- CdmWorkloadSnapshotEdgeWrapper around the CdmWorkloadSnapshot object. This wrapper is used for pagination.
- MssqlDatabaseSQL Server database.