Skip to main content
Version: latest

Updates the cluster configuration information

PUT 

/v1/cloudconfigs/coxedge/: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

Body

    clusterConfig

    object

    Cluster level configuration for coxedge cloud and applicable for all the machine pools

    coxEdgeLoadBalancerConfig

    object

    required

    CoxEdge loadbalancer config

    popsstring[]

    CoxEdge PoPs - geographical location for the loadbalancer

    coxEdgeWorkerLoadBalancerConfig

    object

    CoxEdge loadbalancer config

    popsstring[]

    CoxEdge PoPs - geographical location for the loadbalancer

    environmentstring
    organizationIdstring
    sshAuthorizedKeysstring[]required

    CoxEdge ssh authorized keys

Responses

The resource was updated successfully

Loading...