Environment Groups Object

Defines the schema for configuring an environment group.

API Endpointhttps://api.bigpanda.io/resources/v2.0/environments-groups
Supported MethodsPOST, GET, PUT, DELETE

Parameters

The Environments-groups object schema includes the following attributes:

AttributeDescriptionType
idSystem-generated unique identifier for an environment group.String
nameUser-defined name for the environment group.String
environment_idsSystem identifier for each environment that should belong to the environment groupArray of Strings

Sample Object:

    {
        "id": "63eb8ae5e8acf61300f1e766",
        "name": "NYC",
        "environmentIds": [
            "63eb8b79f8c0dd12005799bc",
            "6495c2c0f8502e1200499ed5",
            "6615cdec0f7e9abeb4659a26"
        ]
    }