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