INPUT_OBJECT

TakeOnDemandSnapshotInput

Description

Input for taking on demand snapshot.

link GraphQL Schema definition

  • input TakeOnDemandSnapshotInput {
  • # List of workload IDs.
  • workloadIds: [UUID!]!
  • # Retention SLA ID for the on demand snapshot. This can be passed as an empty
  • # string.
  • slaId: String!
  • }

link Require by