Environments

List a project's server groups

A server group is an immutable snapshot of a set of saved servers. Pinning one on an environment is what keeps a run off its host's live server list, so a composed run keeps testing the servers it was composed against even after the shared host is edited.

get/projects/{projectId}/server-groups

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

Response

The project's server groups.

Changes