REST Resource: organizations.envgroups

Resource: EnvironmentGroup

EnvironmentGroup configuration. An environment group is used to group one or more Apigee environments under a single host name.

JSON representation
{
  "name": string,
  "hostnames": [
    string
  ],
  "createdAt": string,
  "lastModifiedAt": string,
  "state": enum (State)
}
Fields
name

string

ID of the environment group.

hostnames[]

string

Required. Host names for this environment group.

createdAt

string (int64 format)

Output only. The time at which the environment group was created as milliseconds since epoch.

lastModifiedAt

string (int64 format)

Output only. The time at which the environment group was last updated as milliseconds since epoch.

state

enum (State)

Output only. State of the environment group. Values other than ACTIVE means the resource is not ready to use.

Methods

create

Creates a new environment group.

delete

Deletes an environment group.

get

Gets an environment group.

list

Lists all environment groups.

patch

Updates an environment group.