- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all attachments of an environment group.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*/envgroups/*}/attachments
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the environment group in the following format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
Maximum number of environment group attachments to return. The page size defaults to 25. |
pageToken |
Page token, returned by a previous attachments.list call, that you can use to retrieve the next page. |
Request body
The request body must be empty.
Response body
Response for attachments.list
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"environmentGroupAttachments": [
{
object ( |
Fields | |
---|---|
environmentGroupAttachments[] |
EnvironmentGroupAttachments for the specified environment group. |
nextPageToken |
Page token that you can include in a attachments.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