INPUT_OBJECT

DownloadManagedVolumeFromLocationInput

Description

Initiates a job to download a snapshot from the specified location when the snapshot does not exist locally. The specified location can be a replication target or an archival location.

link GraphQL Schema definition

  • input DownloadManagedVolumeFromLocationInput {
  • # Additional configuration for the operation. This includes the SLA Domain to be
  • # assigned to the snapshot when it is downloaded.
  • downloadConfig: DownloadManagedVolumeRequestInput
  • # Required. v7.0-v8.1: ID of the replication location.
  • # v9.0+: ID of the remote location.
  • locationId: String!
  • # Required. ID of the snapshot to be downloaded.
  • snapshotId: String!
  • }

link Require by