7.2. API endpoints
The following API endpoints are available:
/apis/monitoring.coreos.com/v1/podmonitors-
GET: list objects of kind PodMonitor
-
/apis/monitoring.coreos.com/v1/namespaces/{namespace}/podmonitors-
DELETE: delete collection of PodMonitor -
GET: list objects of kind PodMonitor -
POST: create a PodMonitor
-
/apis/monitoring.coreos.com/v1/namespaces/{namespace}/podmonitors/{name}-
DELETE: delete a PodMonitor -
GET: read the specified PodMonitor -
PATCH: partially update the specified PodMonitor -
PUT: replace the specified PodMonitor
-
/apis/monitoring.coreos.com/v1/namespaces/{namespace}/podmonitors/{name}/status-
GET: read status of the specified PodMonitor -
PATCH: partially update status of the specified PodMonitor -
PUT: replace status of the specified PodMonitor
-
7.2.1. /apis/monitoring.coreos.com/v1/podmonitors 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
- HTTP method
-
GET - Description
- list objects of kind PodMonitor
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |