UpdateInactivityStateAndHours

Updates the inactivity state and inactivity time for the Kubernetes cluster.

put
Authorizations
Body
inactivitynewValuestring · min: 1Required
inactivityStatestring · min: 1Required
Responses
200
Success: The inactivity state and inactivity time were successfully updated.
put
PUT /Kubernetes/updateInactivityStateAndHours HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 54

{
  "inactivitynewValue": "text",
  "inactivityState": "text"
}

No content