OBJECT

WorkloadSnapshotDetails

Description

Represents the snapshot details for a workload in response to triggering the synchronous on-demand snapshot operation.

link GraphQL Schema definition

  • type WorkloadSnapshotDetails {
  • # The error message. Present if the operation failed.
  • error: String
  • # The timestamp when the snapshot was created. Present if the operation succeeded.
  • snapshotCreationTimestamp: String
  • # The UUID of the job instance. Present if the operation succeeded.
  • taskchainUuid: UUID
  • # The Rubrik UUID of the workload.
  • workloadId: UUID!
  • }