Method: organizations.envgroups.attachments.list

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

string

Required. Name of the environment group in the following format: organizations/{org}/envgroups/{envgroup}.

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

  • apigee.envgroupattachments.list

Query parameters

Parameters
pageSize

integer

Maximum number of environment group attachments to return. The page size defaults to 25.

pageToken

string

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 (EnvironmentGroupAttachment)
    }
  ],
  "nextPageToken": string
}
Fields
environmentGroupAttachments[]

object (EnvironmentGroupAttachment)

EnvironmentGroupAttachments for the specified environment group.

nextPageToken

string

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