Resize Cluster

Resize Cluster
Request
URI
POST
https://{api_host}/dt-rest/v100/system/cluster/resize
COPY
Request Body
DtClusterResizeConfigImpl of type(s) application/json
Optional
{
    "id": "string",
    "clusterResizeConfig": {
        "hostnames": [
            "string"
        ],
        "brokerAdresses": [
            "string"
        ]
    },
    "hostnames": [
        "string"
    ],
    "location": "string",
    "DtLink": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
string
id
Optional

id

clusterResizeConfig
Optional

clusterResizeConfig

array of string
hostnames
Optional

hostnames

string
location
Optional

location

array of DtLink
DtLink
Optional

DtLink

Responses
204

Successfully resized cluster

Operation doesn't return any data structure