Returns current alertmanager discovery
GET {{baseUrl}}/alertmanagers
Returns an overview of the current state of the Prometheus alertmanager discovery
Both the active and dropped Alertmanagers are part of the response.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"status":"success","data":{"activeAlertmanagers":[{"url":"http://127.0.0.1:9090/api/v1/alerts"}],"droppedAlertmanagers":[{"url":"http://127.0.0.1:9093/api/v1/alerts"}]}}