INPUT_OBJECT
Input for taking on demand snapshot.
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!}