v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

Creates a new environment group.

post/v1/{+parent}/envgroups

Path parameters

parentstring required

Required. Name of the organization in which to create the environment group in the following format: organizations/{org}.

Query parameters

namestring

Optional. ID of the environment group. Overrides any ID in the environment_group resource.

Request body

state'STATE_UNSPECIFIED' | 'CREATING' | 'ACTIVE' | 'DELETING' | 'UPDATING'

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

namestring

ID of the environment group.

hostnamesstring[]

Required. Host names for this environment group.

lastModifiedAtstring int64

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

createdAtstring int64

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

Response

Successful response