System Administration > Configuration > NSX Advanced Load Balancer > Controller > 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):
/policy/api/v1/alb/controller-nodes/deployments/<node-id>/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

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

Successful Response:

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

Example Response:

{ "status": "VM_POWER_ON_FAILED", "failure_message": "The deletion of Advanced Load Balancer controller node VM has failed.", "failure_code": 21005 }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: