REST Resource: organizations.envgroups Stay organized with collections Save and categorize content based on your preferences.
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 ( |
| Fields | |
|---|---|
name |
ID of the environment group. |
hostnames[] |
Required. Host names for this environment group. |
createdAt |
Output only. The time at which the environment group was created as milliseconds since epoch. |
lastModifiedAt |
Output only. The time at which the environment group was last updated as milliseconds since epoch. |
state |
Output only. State of the environment group. Values other than ACTIVE means the resource is not ready to use. |
Methods | |
|---|---|
| Creates a new environment group. |
| Deletes an environment group. |
| Gets an environment group. |
| Lists all environment groups. |
| 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.