get https://api.compose.io/2016-07/deployments//alerts
Returns current alerts for a specific deployment.
This endpoint returns any active alerts associated with the deployment id used in the path parameters, along with a summary of the deployment's health.
Returned JSON
Key | Description |
---|---|
capsule_id | The ID of the capsule associated with this alert. May be null for alerts that apply to the deployment as a whole. |
deployment_id | The ID of the deployment associated with this alert. This will be the same as the ID used in the path parameter. |
message | A human-readable message describing the nature of the alert. |
name | The name of the alert |
status | The status of the alert: healthy: everything is normal warning: an issue has been detected, but it is not a serious issue critical: the issue is serious, and is likely to impact usage of this deployment unknown: something unexpected has happened that may not affect the deployment. e.g. a failure within the monitoring system waiting: an alert has been triggered by an in-progress operation, and it is expected to clear shortly. |