Updates the cluster configuration information
PUThttps://api.spectrocloud.com/v1/cloudconfigs/vsphere/:configUid/clusterConfig
Updates the cluster configuration information
Request
Path Parameters
configUid stringrequired
Cluster's cloud config uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
clusterConfig
object
Responses
- 204
The resource was updated successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X PUT 'https://api.spectrocloud.com/v1/cloudconfigs/vsphere/:configUid/clusterConfig' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
--data-raw '{
"clusterConfig": {
"controlPlaneEndpoint": {
"ddnsSearchDomain": "string",
"host": "string",
"type": "VIP"
},
"ntpServers": [
"string"
],
"placement": {
"cluster": "string",
"datacenter": "string",
"datastore": "string",
"folder": "string",
"imageTemplateFolder": "string",
"network": {
"networkName": "string",
"parentPoolUid": "string",
"staticIp": true
},
"resourcePool": "string",
"storagePolicyName": "string",
"uid": "string"
},
"sshKeys": [
"string"
],
"staticIp": true
}
}'