Method: organizations.environments.archiveDeployments.list

Lists the ArchiveDeployments in the specified Environment.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*}/archiveDeployments

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the Environment for which to list Archive Deployments in the format: organizations/{org}/environments/{env}.

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

  • apigee.archivedeployments.list

Query parameters

Parameters
filter

string

Optional. An optional query used to return a subset of Archive Deployments using the semantics defined in https://google.aip.dev/160.

pageSize

integer

Optional. Maximum number of Archive Deployments to return. If unspecified, at most 25 deployments will be returned.

pageToken

string

Optional. Page token, returned from a previous archiveDeployments.list call, that you can use to retrieve the next page.

Request body

The request body must be empty.

Response body

Response for archiveDeployments.list method.

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

JSON representation
{
  "archiveDeployments": [
    {
      object (ArchiveDeployment)
    }
  ],
  "nextPageToken": string
}
Fields
archiveDeployments[]

object (ArchiveDeployment)

Archive Deployments in the specified environment.

nextPageToken

string

Page token that you can include in a archiveDeployments.list request to retrieve the next page. If omitted, no subsequent pages exist.

Authorization scopes

Requires the following OAuth scope:

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