Read Cluster Node VM Deployment Request
Returns deployment request information for a specific attempted deployment of a cluster node VM.
node-id
OK
{
"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"
}
Contains info used to configure the VM on deployment
Specifies the desired "size" of the VM
List of cluster node role (or roles) which the VM should take on. They specify what type (or types) of cluster node which the new VM should act as. Currently both CONTROLLER and MANAGER must be provided, since this permutation is the only one supported now.
user_settings
ID of the VM maintained internally and used to recognize it. Note: This is automatically generated and cannot be modified.
curl -H 'Authorization: <value>' https://{api_host}/api/v1/cluster/nodes/deployments/{node-id}