Updates the cluster configuration information
PUT/v1/cloudconfigs/edge/: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
EdgeClusterConfig defines Edge Cluster specific Spec
sshKeysstring[]
SSHKeys specifies a list of ssh authorized keys to access the vms as a 'spectro' user
Responses
- 204
The resource was updated successfully
Loading...