Update or validate a Kubernetes cluster configuration
post/midgard/v3.0/kubernetes/clusters/{clusterId}
Updates an existing Kubernetes cluster or validates its configuration changes when `onlyValidate` is set to true.
Request
Authorization
X-AT
header
apiKey
Path Parameters
clusterIdUnique identifier of the Kubernetes cluster.
string
REQUIRED
Query Parameters
onlyValidateIf true, validates the cluster configuration without applying changes.
boolean
Body
application/json
cluster
object
object {}
Response
200Cluster updated or validated successfully, or an error response.
404Kubernetes cluster not found.
500Internal server error.
Shell cURL
shell
Show schema
json