Environments
List environments
Returns all server-managed environment definitions, sorted by id.
get/api/v1/environments
Response
Environment definitions
Example response
{
"data": [
{
"id": "docker",
"revision": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"cwd": "/srv/fabro/workspaces/team-a"
}
]
}Changes
Changed in 3 of the 134 revisions of this API.12
- ○
added the optional property
data/items/cwdto the response with the200statusresponse-optional-property-added
- ○
- ▲
removed the required property
data/items/volumesfrom the response with the200statusresponse-required-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○