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 |