UpdateLoadCountMultiRegion

Updates the load count value in the database for a specific cluster.

put
Authorizations
Query parameters
ClusterNamestringRequired

The name of the cluster to update.

newLoadCountinteger · int32Required

The new load count to be set.

newNodeCountinteger · int32Required
Responses
200
Success: The load count was successfully updated.
put
PUT /Kubernetes/UpdateLoadCountMultiRegion?ClusterName=text&newLoadCount=1&newNodeCount=1 HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content