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