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.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-17 UTC.