UpdateLoadCountMultiRegion
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.
400
Bad Request: The provided load count is invalid.
500
Internal Server Error: An error occurred while updating the load count.
put
PUT /Kubernetes/UpdateLoadCountMultiRegion?ClusterName=text&newLoadCount=1&newNodeCount=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content