System Administration > Configuration > NSX Advanced Load Balancer > Controller > Cluster Config

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+

Example Response:

{ "cluster_ip" :"10.79.169.56", "cluster_name": "alb_controller_cluster", "cluster_uuid" : "236d4061-5eb6-4b56-a87e-e9dc9eb2a291" }

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: