Gets a list of all deployments in the specified Environment.
Requires the environments-view
capability.
A list of deployments.
General error response from the platform
{- "data": {
- "versions": {
- "property1": {
- "tags": [
- "string"
], - "containers": 0
}, - "property2": {
- "tags": [
- "string"
], - "containers": 0
}
}
}
}