AddClusterNodeVMInfo

AddClusterNodeVMInfo
AddClusterNodeVMInfo

Contains a list of cluster node VM deployment requests and optionally a clustering configuration.

JSON Example
{
    "deployment_requests": [
        {
            "deployment_config": {
                "placement_type": "string"
            },
            "vm_id": "string",
            "user_settings": {
                "cli_username": "string",
                "audit_username": "string",
                "root_password": "string",
                "cli_password": "string",
                "audit_password": "string"
            },
            "roles": [
                "string"
            ],
            "form_factor": "string"
        }
    ],
    "clustering_config": {
        "clustering_type": "string"
    }
}
deployment_requests
Required

Cluster node VM deployment requests to be deployed by the Manager.

clustering_config
Required

clustering_config