Create_ClusterNodeGroup_payload
flavor_namestringrequired
Name of the flavor (machine type), see List flavors.
namestringrequired
Resource name.
rolestringrequired
Role assigned to the user.
Example:
workercountinteger
Number of items returned in the current page.
min_countinteger
Minimum number of nodes the group will scale down to.
max_countinteger
Maximum number of nodes the group will scale up to.
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
]
}
Was this page helpful?