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.
- : String
- # The timestamp when the snapshot was created. Present if the operation succeeded.
- : String
- # The UUID of the job instance. Present if the operation succeeded.
- : UUID
- # The Rubrik UUID of the workload.
- : UUID!
- }