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