Updates the specified cluster OS patch configuration
PATCH/v1/spectroclusters/:uid/clusterConfig/osPatch
Updates the specified cluster OS patch configuration
Request
Path Parameters
uid stringrequired
Cluster uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
osPatchConfig
object
onDemandPatchAfterdate-time
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
patchOnBootboolean
PatchOnBoot indicates need to do patch when node first boot up, only once
rebootIfRequiredboolean
Reboot once the OS patch is applied
schedulestring
The schedule at which security patches will be applied to OS. Schedule should be in Cron format, see https://en.wikipedia.org/wiki/Cron for more help.
Responses
- 204
The resource was updated successfully
Loading...