Method: organizations.environments.archiveDeployments.generateDownloadUrl

Generates a signed URL for downloading the original zip file used to create an Archive Deployment. The URL is only valid for a limited period and should be used within minutes after generation. Each call returns a new upload URL.

HTTP request

POST https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/archiveDeployments/*}:generateDownloadUrl

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the Archive Deployment you want to download.

Authorization requires the following IAM permission on the specified resource name:

  • apigee.archivedeployments.download

Request body

The request body must be empty.

Response body

Response for archiveDeployments.generateDownloadUrl method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "downloadUri": string
}
Fields
downloadUri

string

The Google Cloud Storage signed URL that can be used to download the Archive zip file.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform