Updates the specified machine maintenance
PUT/v1/cloudconfigs/:cloudType/:configUid/machinePools/:machinePoolName/machines/:machineUid/maintenance/status
Updates the specified machine maintenance
Request
Path Parameters
configUid stringrequired
Cluster's cloud config uid
machinePoolName stringrequired
Machine pool name
machineUid stringrequired
Machine uid
cloudType stringrequired
Possible values: [all
, aws
, azure
, gcp
, vsphere
, openstack
, maas
, nested
, baremetal
, eks
, aks
, edge
, edge-native
, libvirt
, tencent
, tke
, coxedge
, generic
, gke
]
Default value: all
Cloud type
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
actionstring
messagestring
statestring
Responses
- 204
The resource was updated successfully
Loading...