OBJECT
TakeOnDemandSnapshotReply
Description
Represents the response to the take on-demand snapshot operation. For each workload ID that the on-demand snapshot was triggered, it either ends up being in the taskchainUuids or the errors map depending on if the operation succeeded or failed respectively.
link GraphQL Schema definition
- type TakeOnDemandSnapshotReply {
- # The UUIDs of the on-demand snapshot taskchains.
- TakeOnDemandSnapshotTaskchainUuid!]! : [
- # The errors in response to taking the on-demand snapshots.
- TakeOnDemandSnapshotError!]! : [
- }