UpdateInactivityStateAndHoursMultiRegion

Updates the inactivity state and inactivity time (in hours) for a specified Kubernetes cluster in multiple clusters.

put
Authorizations
AuthorizationstringRequired

Enter 'Bearer' followed by your JWT token

Query parameters
ClusterNamestringRequired

The name of the Kubernetes cluster for which the inactivity state and hours are being updated.

Body
inactivitynewValuestring · min: 1Required
inactivityStatestring · min: 1Required
Responses
200

Success: The inactivity state and inactivity time were successfully updated.

No content

put
/Kubernetes/UpdateInactivityStateAndHoursMultiRegion
PUT /Kubernetes/UpdateInactivityStateAndHoursMultiRegion?ClusterName=text HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 54

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

No content