Updates the cluster configuration information
PUThttps://api.spectrocloud.com/v1/cloudconfigs/edge/:configUid/clusterConfig
Updates the cluster configuration information
Request
Path Parameters
configUid stringrequired
Cluster's cloud config 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/edge/:configUid/clusterConfig' \
-H 'Content-Type: application/json' \
--data-raw '{
"clusterConfig": {
"sshKeys": [
"string"
]
}
}'