INPUT_OBJECT

TakeOnDemandSnapshotSyncInput

Description

Input for taking synchronous on-demand snapshots.

link GraphQL Schema definition

  • input TakeOnDemandSnapshotSyncInput {
  • # Retention SLA ID for the synchronous on-demand snapshots.
  • slaId: UUID
  • # List of workload Rubrik UUIDs.
  • workloadIds: [UUID!]!
  • }

link Require by