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