Skip to main content
Version: latest

Updates the cluster configuration information

PUT 

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

    Generic cluster config

    instanceType

    object

    diskGiBint32

    DiskGiB is the size of a virtual machine's disk, in GiB

    memoryMiBint64

    MemoryMiB is the size of a virtual machine's memory, in MiB

    namestring
    numCPUsint32

    NumCPUs is the number of virtual processors in a virtual machine

    regionstring

    cluster region information

Responses

The resource was updated successfully

Loading...