Skip to main content

Create_ClusterNodeGroup_payload

flavor_namestringrequired

Name of the flavor (machine type), see List flavors.

namestringrequired

Resource name.

Max length: 20 characters

rolestringrequired

Role assigned to the user.

Possible values: [worker]

Default: worker
Example: worker
countinteger

Number of items returned in the current page.

Possible values: >= 1

min_countinteger

Minimum number of nodes the group will scale down to.

Possible values: >= 1

max_countinteger

Maximum number of nodes the group will scale up to.

Possible values: <= 20

firewall_idsinteger[]

IDs of the firewalls to apply to all nodes in this node group

Create_ClusterNodeGroup_payload
{
"flavor_name": "string",
"name": "string",
"role": "worker",
"count": 0,
"min_count": 0,
"max_count": 0,
"firewall_ids": [
0
]
}