OBJECT

CdmWorkloadSnapshot

Description

Snapshot of a Rubrik CDM workload.

link GraphQL Schema definition

  • type CdmWorkloadSnapshot {
  • # ID of the SLA Domain.
  • id: String!
  • # Date the snapshot will expire.
  • expirationDate: DateTime
  • # Specifies whether the expiration hint is enabled.
  • expiryHint: Boolean!
  • # Specifies whether the snapshot is corrupted or not.
  • isCorrupted: Boolean!
  • # Number of attempts for indexing the snapshot.
  • indexingAttempts: Long!
  • # Specifies whether the snapshot is indexed or not.
  • isIndexed: Boolean!
  • # Specifies whether the snapshot can be unindexed.
  • isUnindexable: Boolean!
  • # Specifies whether the snapshot is an on-demand snapshot.
  • isOnDemandSnapshot: Boolean!
  • # ID of the Rubrik cluster to which the snapshot belongs.
  • clusterUuid: String!
  • # Rubrik CDM ID of the snapshot.
  • cdmId: String!
  • # Version of the Rubrik cluster to which the snapshot belongs.
  • cdmVersion: String!
  • # The information about how long this snapshot will be retained.
  • retentionInfo: String!
  • # Specifies whether the snapshot was downloaded.
  • isDownloadedSnapshot: Boolean!
  • # Sub objects for the snapshot.
  • subObjs: [SnapshotSubObject!]!
  • # Specifies whether the snapshot is expired or not.
  • isExpired: Boolean!
  • # SLA Domain of the snapshot.
  • slaDomain: SlaConfig
  • # ID of the workload to which the snapshot belongs.
  • workloadId: String!
  • # Type of the workload to which the snapshot belongs.
  • workloadType: String!
  • # The date the snapshot was taken. This value is formatted as YYYY/MM/DD HH:mm:ss.
  • date: String!
  • # Latest user note information.
  • latestUserNote: LatestUserNote
  • }