get https://api.compose.io/2016-07/deployments//addons
List addons available for a given deployment
This endpoint returns a list of addons available for a deployment. The key/values are detailed below:
Returned JSON
Key | Value |
---|---|
addons | List of available addons. If no addons are available, this will return an empty list. |
name | Name of addon. |
is_active | Whether or not this addon is active for the deployment. Can be true or false. |