addClusterNodes
Add nodes to the CDM cluster.
Arguments
| Argument | Type | Description |
|---|---|---|
| AddClusterNodesInput (required) | AddClusterNodesInput! | Input for add nodes. |
Returns
Sample
{
"AddClusterNodesInput": {
"clusterUuid": "00000000-0000-0000-0000-000000000000",
"nodesMap": [
{
"value": {
"ipmiIpConfig": {
"address": "example-string",
"gateway": "example-string",
"netmask": "example-string"
},
"managementIpConfig": {
"address": "example-string",
"gateway": "example-string",
"netmask": "example-string"
}
}
}
],
"request": {
"ipmiPassword": "example-string"
}
}
}