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
400
Bad Request: The provided ClusterName or model is invalid.
500
Internal Server Error: An error occurred while updating the inactivity state and hours in the database.
put
/Kubernetes/UpdateInactivityStateAndHoursMultiRegionPUT /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