Updates the cluster configuration information
PUT/v1/cloudconfigs/libvirt/:configUid/clusterConfig
Updates the cluster configuration information
Request
Path Parameters
Cluster's cloud config uid
- application/json
Body
clusterConfig
object
controlPlaneEndpoint
object
ControlPlaneEndpoint is the control plane endpoint, which can be an IP or FQDN
DDNSSearchDomain is the search domain used for resolving IP addresses when the EndpointType is DDNS. This search domain is appended to the generated Hostname to obtain the complete DNS name for the endpoint. If Host is already a DDNS FQDN, DDNSSearchDomain is not required
Host is FQDN(DDNS) or IP
Type indicates DDNS or VIP
NTPServers is a list of NTP servers to use instead of the machine image's default NTP server list
SSHKeys specifies a list of ssh authorized keys to access the vms as a 'spectro' user
StaticIP indicates if IP allocation type is static IP. DHCP is the default allocation type
Responses
- 204
The resource was updated successfully