System Administration > Configuration > NSX Intelligence > 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/intelligence/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/intelligence/nodes/deployments/12f563af-af9f-48f3-848e-e9257c8740b0/status

Successful Response:

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

Example Response:

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

Required Permissions:

read

Feature:

nsx_intelligence_cluster_node_deployment

Additional Errors: