NSX-T Data Center REST API
Set the cluster configuration for the Advanced Load Balancer controller VM. The VIP can be set once. Attempting to change the VIP once set will return an error.
Set the cluster configuration for Advanced Load Balancer controller cluster.Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /policy/api/v1/alb/controller-nodes/clusterconfig
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    ALBControllerNodeVMClusterConfig+
  Example Request:
POST https://<policy-mgr>/policy/api/v1/alb/controller-nodes/clusterconfig { "cluster_ip" :"10.79.169.56", "cluster_name": "alb_controller_cluster" }Successful Response:
Response Code:
                201 Created
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ALBControllerNodeVMClusterConfig+
  