Method: organizations.envgroups.list

Lists all environment groups.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the organization for which to list environment groups in the following format: organizations/{org} .

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

  • apigee.envgroups.list

Query parameters

Parameters
pageSize

integer

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

pageToken

string

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

Request body

The request body must be empty.

Response body

Response for envgroups.list .

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

JSON representation
 { 
 "environmentGroups" 
 : 
 [ 
 { 
 object (  EnvironmentGroup 
 
) 
 } 
 ] 
 , 
 "nextPageToken" 
 : 
 string 
 } 
Fields
environmentGroups[]

object ( EnvironmentGroup )

EnvironmentGroups in the specified organization.

nextPageToken

string

Page token that you can include in a envgroups.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