Defines the schema for configuring an environment group.
API Endpoint | https://api.bigpanda.io/resources/v2.0/environments-groups |
Supported Methods | POST, GET, PUT, DELETE |
Parameters
The Environments-groups
object schema includes the following attributes:
Attribute | Description | Type |
---|---|---|
id | System-generated unique identifier for an environment group. | String |
name | User-defined name for the environment group. | String |
environment_ids | System identifier for each environment that should belong to the environment group | Array of Strings |
Sample Object:
{
"id": "63eb8ae5e8acf61300f1e766",
"name": "NYC",
"environmentIds": [
"63eb8b79f8c0dd12005799bc",
"6495c2c0f8502e1200499ed5",
"6615cdec0f7e9abeb4659a26"
]
}