ClusterNodeVMDeploymentStatusReport
ClusterNodeVMDeploymentStatusReport
Contains up-to-date information relating to an auto-deployed VM, including its status and (potentially) an error message.
JSON Example
{
"deployment_progress_state": {
"current_step_title": "string",
"progress": 0
},
"failure_code": 0,
"failure_message": "string",
"status": "string"
}
deployment_progress_state
Optional
Deployment progress state of node VM. This Object contains name of current deployment step and overall progress percentage.
integer As int64
As int64
failure_code
Optional
In case of auto-deployment-related failure, the code for the error will be stored here.
string
failure_message
Optional
In case of auto-deployment-related failure, an error message will be stored here.
string
status
Required
Status of the addition or deletion of an auto-deployed cluster node VM.
Possible values are :
UNKNOWN_STATE,
VM_DEPLOYMENT_QUEUED,
VM_DEPLOYMENT_IN_PROGRESS,
VM_DEPLOYMENT_FAILED,
VM_POWER_ON_IN_PROGRESS,
VM_POWER_ON_FAILED,
WAITING_TO_REGISTER_VM,
VM_REGISTRATION_FAILED,
VM_WAITING_TO_CLUSTER,
VM_WAITING_TO_COME_ONLINE,
VM_ONLINE_FAILED,
VM_CLUSTERING_IN_PROGRESS,
VM_CLUSTERING_FAILED,
VM_CLUSTERING_SUCCESSFUL,
WAITING_TO_UNDEPLOY_VM,
VM_DECLUSTER_IN_PROGRESS,
VM_DECLUSTER_FAILED,
VM_DECLUSTER_SUCCESSFUL,
VM_POWER_OFF_IN_PROGRESS,
VM_POWER_OFF_FAILED,
VM_UNDEPLOY_IN_PROGRESS,
VM_UNDEPLOY_FAILED,
VM_UNDEPLOY_SUCCESSFUL,