- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 | 
 Required. Name of the Environment for which to list Archive Deployments in the format:  Authorization requires the following IAM permission on the specified resource  
 | 
Query parameters
| Parameters | |
|---|---|
| filter | 
 Optional. An optional query used to return a subset of Archive Deployments using the semantics defined in https://google.aip.dev/160. | 
| pageSize | 
 Optional. Maximum number of Archive Deployments to return. If unspecified, at most 25 deployments will be returned. | 
| pageToken | 
 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 ( | 
| Fields | |
|---|---|
| archiveDeployments[] | 
 Archive Deployments in the specified environment. | 
| nextPageToken | 
 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