System Administration > Configuration > NSX Advanced Load Balancer > Controller > Deployments

Associated URIs:

API Description API Path

Returns info for all cluster node VM auto-deployment attempts


Returns request information for every attempted deployment of a cluster
node VM.
GET /policy/api/v1/alb/controller-nodes/deployments

Deploy and register a Advanced Load Balancer controller node VM


Deploys a Advanced Load Balancer controller node VM as specified by the deployment config.
POST /policy/api/v1/alb/controller-nodes/deployments

Returns info for a Advanced Load Balancer controller deployment attempt


Returns deployment request information for a specific attempted
deployment of a cluster node VM.
GET /policy/api/v1/alb/controller-nodes/deployments/<node-id>

Attempt to delete an auto-deployed Advanced Load Balancer controller node


Attempts to unregister and undeploy a specified auto-deployed cluster
node 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.
POST /policy/api/v1/alb/controller-nodes/deployments/<node-id>?action=delete

Update a Advanced Load Balancer controller cluster node VM. Only updating password, ntp and dns servers are supported. If controller is in a cluster then all nodes in the cluster are updated with the provided values


Update Advanced Load Balancer Controller node VM details
PUT /policy/api/v1/alb/controller-nodes/deployments/<node-id>

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.
GET /policy/api/v1/alb/controller-nodes/deployments/<node-id>/status