NSX-T Data Center REST API
Attempt to delete an auto-deployed Advanced Load Balancer controller node
Attempts to unregister and undeploy a specified auto-deployed clusternode VM. If it is a member of a cluster, then the VM will be automatically
detached from the cluster before being unregistered and undeployed.
Alternatively, if the original deployment attempt failed or the VM is
not found, cleans up the deployment information associated with the
deployment attempt.
Note: If a VM has been successfully auto-deployed, then the associated
deployment information will not be deleted unless and until the VM is
successfully deleted.
Request:
Method:
POST
URI Path(s):
/policy/api/v1/alb/controller-nodes/deployments/<node-id>?action=delete
Request Headers:
n/a
Query Parameters:
ALBControllerNodeVMDeletionParameters+
Request Body:
n/a
Example Request:
POST https://<policy-mgr>/policy/api/v1/alb/controller-nodes/deployments/12f563af-af9f-48f3-848e-e9257c8740b0?action=deleteSuccessful Response:
Response Code:
202 Accepted
Response Headers:
n/a
Response Body:
n/a