- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. Name of the organization for which to list environment groups in the following format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
page |
Maximum number of environment groups to return. The page size defaults to 25. |
page |
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 ( |
Fields | |
---|---|
environment |
EnvironmentGroups in the specified organization. |
next |
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