9.2. API endpoints
The following API endpoints are available:
/apis/machine.openshift.io/v1beta1/machines-
GET: list objects of kind Machine
-
/apis/machine.openshift.io/v1beta1/namespaces/{namespace}/machines-
DELETE: delete collection of Machine -
GET: list objects of kind Machine -
POST: create a Machine
-
/apis/machine.openshift.io/v1beta1/namespaces/{namespace}/machines/{name}-
DELETE: delete a Machine -
GET: read the specified Machine -
PATCH: partially update the specified Machine -
PUT: replace the specified Machine
-
/apis/machine.openshift.io/v1beta1/namespaces/{namespace}/machines/{name}/status-
GET: read status of the specified Machine -
PATCH: partially update status of the specified Machine -
PUT: replace status of the specified Machine
-
9.2.1. /apis/machine.openshift.io/v1beta1/machines 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
- HTTP method
-
GET - Description
- list objects of kind Machine
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |