System Administration > Configuration > NSX Managers > Clusters > Cluster Node Deployments

Returns the status of the VM creation/deletion

Returns the current deployment or undeployment status for a VM along with
any other relevant current information, such as error messages.

Request:

Method:
GET
URI Path(s):
/api/v1/cluster/nodes/deployments/<node-id>/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/cluster/nodes/deployments/12f563af-af9f-48f3-848e-e9257c8740b0/status

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ClusterNodeVMDeploymentStatusReport+

Example Response:

{ "status": "VM_POWER_ON_FAILED", "failure_message": "The deletion of cluster node VM has failed.", "failure_code": 21005 }

Required Permissions:

read

Feature:

deployment_nodes_cluster

Additional Errors: