endpoint_groups
List Environment(Endpoint) groups
List all environment(endpoint) groups based on the current user authorizations. Will return all environment(endpoint) groups if using an administrator account otherwise it will only return authorized environment(endpoint) groups. Access policy: restricted
get/endpoint_groups
Query parameters
sizeboolean
If true, each environment(endpoint) group will include the number of environments(endpoints) associated to it and breakdown by type
Response
Environment(Endpoint) group
Example response
[
{
"Description": "Environment(Endpoint) group description",
"Id": 1,
"Name": "my-environment-group"
}
]