OBJECT

CdmSnapshot

link GraphQL Schema definition

  • type CdmSnapshot implements GenericSnapshot {
  • # Active Directory specific metadata for the snapshot. Null if snapshot is not of
  • # a domain controller.
  • activeDirectoryAppMetadata: ActiveDirectoryAppMetadata
  • archivalLocations: [DataLocation!]
  • cdmId: String!
  • cdmVersion: String!
  • # Snapshot of a Rubrik CDM workload.
  • cdmWorkloadSnapshot: CdmWorkloadSnapshot
  • # Children snapshot ID list.
  • childSnapshots: [CdmSnapshot!]!
  • cloudNativeLocations: [DataLocation!]
  • # Cloud state of the snapshot.
  • cloudState: SnapshotCloudState
  • cluster: Cluster!
  • consistencyLevel: ConsistencyLevelEnum
  • date: DateTime!
  • # Db2 specific metadata for the snapshot.
  • db2AppMetadata: Db2AppMetadata
  • expirationDate: DateTime
  • expiryHint: Boolean!
  • # Number of files in the snapshot.
  • fileCount: Long!
  • hasDelta: Boolean!
  • id: UUID!
  • indexingAttempts: Long!
  • # Flag if the snapshot is an anomaly.
  • isAnomaly: Boolean!
  • isCorrupted: Boolean!
  • isDownloadedSnapshot: Boolean
  • # Specifies whether or not the snapshot is expired.
  • isExpired: Boolean!
  • isIndexed: Boolean!
  • isOnDemandSnapshot: Boolean!
  • # Specifies whether the snapshot is quarantined.
  • isQuarantined: Boolean!
  • # Specifies whether the snapshot follows retention lock constraint.
  • isRetentionLocked: Boolean
  • # Specifies whether the snapshot is an incremental SAP HANA snapshot.
  • isSapHanaIncrementalSnapshot: Boolean
  • isUnindexable: Boolean!
  • # Latest user note information.
  • latestUserNote: LatestUserNote
  • # Contains info regarding legal hold on snapshot, null otherwise.
  • legalHoldInfo: LegalHoldInfo
  • localLocations: [DataLocation!]
  • locations: [DataLocation!]
  • # Managed Volume specific metadata for the snapshot. Null if snapshot is not of a
  • # managed volume.
  • managedVolumeAppMetadata: ManagedVolumeAppMetadata
  • # Mongo source specific metadata for the snapshot.
  • mongoSourceAppMetadata: MongoSourceAppMetadata
  • # Mssql specific metadata for the snapshot.
  • mssqlAppMetadata: MssqlAppMetadata
  • # MySQL instance-specific metadata. Null if the snapshot is not of a MySQL
  • # Instance.
  • mysqldbInstanceAppMetadata: KosmosWorkloadAppMetadata
  • # The ID of the parent snapshot.
  • parentSnapshotId: String
  • # Non-null when a user has assigned a SLA to this snapshot, and the SLA assignment
  • # is in the process of being synced over to CDM.
  • pendingSla: SlaDomain
  • # Mapping from snapshot to delete pending action status.
  • pendingSnapshotDeletion: PendingSnapshotDeletion
  • # PostgreSQL Database Cluster-specific metadata. Null if the snapshot is not of a
  • # PostgreSQL Database Cluster.
  • postgresDbClusterAppMetadata: KosmosWorkloadAppMetadata
  • replicationLocations: [DataLocation!]
  • # Resource spec for a snapshot.
  • resourceSpec: String
  • # SAP HANA specific metadata for the snapshot.
  • sapHanaAppMetadata: SapHanaAppMetadata
  • # SLA domain of the snapshot.
  • slaDomain: SlaDomain @deprecated( reason: "Associating an SLA ID with a snapshot could lead to a wrong idea since if the SLA is edited, then its config would be different from what is being seen" )
  • # The workload ID of the snapshot.
  • snappableId: String!
  • snappableNew: CdmHierarchySnappableNew!
  • snapshotRetentionInfo: CdmSnapshotRetentionInfo
  • # Sub objects for the snapshot.
  • subObjs: [SnapshotSubObject!]!
  • # Vmware vApp specific snapshot metadata.
  • vappAppMetadata: [VappAppMetadata!]
  • # VMware specific metadata for the snapshot.
  • vmwareAppMetadata: VmwareAppMetadata
  • }

link Require by