UpdateClusterStartTimeMultiRegion
Authorizations
Query parameters
ClusterNamestringRequired
The name of the Kubernetes cluster whose start time is to be updated.
newClusterStartTimestringRequired
The new start time to set for the specified cluster.
Responses
200
Success: The cluster's start time was successfully updated.
400
Bad Request: The provided ClusterName or newClusterStartTime is invalid or missing.
500
Internal Server Error: An error occurred while updating the cluster's start time in the database.
put
PUT /Kubernetes/UpdateClusterStartTimeMultiRegion?ClusterName=text&newClusterStartTime=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content