INPUT_OBJECT

DownloadSapHanaSnapshotFromLocationInput

Description

Initiates a job to download a snapshot from the specified location when the snapshot does not exist locally. The specified location can be replication target or archival location. If SLA Domain is not selected, the snapshot will be retained forever.

link GraphQL Schema definition

  • input DownloadSapHanaSnapshotFromLocationInput {
  • # Additional configuration for the download operation. This includes the SLA
  • # Domain assigned to the downloaded snapshot.
  • downloadConfig: SapHanaDownloadRequestInput
  • # Required. ID of the remote location.
  • locationId: String!
  • # Required. ID of the snapshot to be downloaded.
  • snapshotId: String!
  • }

link Require by