AddClusterNodeVMInfo
AddClusterNodeVMInfo
Contains a list of cluster node VM deployment requests and optionally a clustering configuration.
JSON Example
{
"clustering_config": {
"clustering_type": "string"
},
"deployment_requests": [
{
"deployment_config": {
"placement_type": "string"
},
"form_factor": "string",
"roles": [
"string"
],
"user_settings": {
"audit_password": "string",
"audit_username": "string",
"cli_password": "string",
"cli_username": "string",
"root_password": "string"
},
"vm_id": "string"
}
]
}
clustering_config
Optional
Configuration for automatically joining a cluster node to the cluster after it is deployed. ClusteringConfig is required if any of the deployment nodes has CONTROLLER role.
array of
ClusterNodeVMDeploymentRequest
deployment_requests
Required
Constraints:
minItems: 1
Cluster node VM deployment requests to be deployed by the Manager.