NSX-T Data Center REST API
Set the cluster configuration for the Avi Load Balancer Controller node. The VIP can be set once. Attempting to change the VIP once set will return an error in case Avi Controllers are deployed.
Set the cluster configuration for Avi 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", "clustering_id": "e8abab64-774e-48fa-bd5c-41df7aefdb88" }Successful Response:
Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
ALBControllerNodeVMClusterConfig+