2.2. API endpoints
The following API endpoints are available:
/apis/monitoring.coreos.com/v1/alertmanagers-
GET: list objects of kind Alertmanager
-
/apis/monitoring.coreos.com/v1/namespaces/{namespace}/alertmanagers-
DELETE: delete collection of Alertmanager -
GET: list objects of kind Alertmanager -
POST: create an Alertmanager
-
/apis/monitoring.coreos.com/v1/namespaces/{namespace}/alertmanagers/{name}-
DELETE: delete an Alertmanager -
GET: read the specified Alertmanager -
PATCH: partially update the specified Alertmanager -
PUT: replace the specified Alertmanager
-
/apis/monitoring.coreos.com/v1/namespaces/{namespace}/alertmanagers/{name}/scale-
GET: read scale of the specified Alertmanager -
PATCH: partially update scale of the specified Alertmanager -
PUT: replace scale of the specified Alertmanager
-
/apis/monitoring.coreos.com/v1/namespaces/{namespace}/alertmanagers/{name}/status-
GET: read status of the specified Alertmanager -
PATCH: partially update status of the specified Alertmanager -
PUT: replace status of the specified Alertmanager
-
2.2.1. /apis/monitoring.coreos.com/v1/alertmanagers 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
- HTTP method
-
GET - Description
- list objects of kind Alertmanager
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |