8.2. API endpoints
The following API endpoints are available:
/apis/machine.openshift.io/v1beta1/machinehealthchecks-
GET: list objects of kind MachineHealthCheck
-
/apis/machine.openshift.io/v1beta1/namespaces/{namespace}/machinehealthchecks-
DELETE: delete collection of MachineHealthCheck -
GET: list objects of kind MachineHealthCheck -
POST: create a MachineHealthCheck
-
/apis/machine.openshift.io/v1beta1/namespaces/{namespace}/machinehealthchecks/{name}-
DELETE: delete a MachineHealthCheck -
GET: read the specified MachineHealthCheck -
PATCH: partially update the specified MachineHealthCheck -
PUT: replace the specified MachineHealthCheck
-
/apis/machine.openshift.io/v1beta1/namespaces/{namespace}/machinehealthchecks/{name}/status-
GET: read status of the specified MachineHealthCheck -
PATCH: partially update status of the specified MachineHealthCheck -
PUT: replace status of the specified MachineHealthCheck
-
- HTTP method
-
GET - Description
- list objects of kind MachineHealthCheck
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |