10.2. API endpoints
The following API endpoints are available:
/apis/infrastructure.cluster.x-k8s.io/v1beta1/metal3remediations-
GET: list objects of kind Metal3Remediation
-
/apis/infrastructure.cluster.x-k8s.io/v1beta1/namespaces/{namespace}/metal3remediations-
DELETE: delete collection of Metal3Remediation -
GET: list objects of kind Metal3Remediation -
POST: create a Metal3Remediation
-
/apis/infrastructure.cluster.x-k8s.io/v1beta1/namespaces/{namespace}/metal3remediations/{name}-
DELETE: delete a Metal3Remediation -
GET: read the specified Metal3Remediation -
PATCH: partially update the specified Metal3Remediation -
PUT: replace the specified Metal3Remediation
-
/apis/infrastructure.cluster.x-k8s.io/v1beta1/namespaces/{namespace}/metal3remediations/{name}/status-
GET: read status of the specified Metal3Remediation -
PATCH: partially update status of the specified Metal3Remediation -
PUT: replace status of the specified Metal3Remediation
-
- HTTP method
-
GET - Description
- list objects of kind Metal3Remediation
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |