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