UpdateInactivityStateMultiRegion
Authorizations
Query parameters
ClusterNamestringRequired
The name of the Kubernetes cluster whose inactivity state is to be updated.
inactivityStatestringRequired
The new inactivity state to set for the specified cluster. If null or empty, it will be set to null in the database.
Responses
200
Success: The inactivity state was successfully updated.
400
Bad Request: The provided ClusterName or inactivity state is invalid.
500
Internal Server Error: An error occurred while updating the inactivity state in the database.
put
PUT /Kubernetes/UpdateInactivityStateMultiRegion?ClusterName=text&inactivityState=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content