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

Returns information for Advanced Load Balancer controller cluster

Returns information about Advanced Load Balancer controller cluster status

Request:

Method:
GET
URI Path(s):
/policy/api/v1/alb/controller-nodes/cluster
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/alb/controller-nodes/cluster

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBControllerClusterInfo+

Example Response:

{ "virtual_ip":"10.50.58.177", "cluster_uuid":"e309bfc3-4676-42f7-966e-23939dde7fec" "cluster_name":"alb_controller_cluster", "cluster_state":"STABLE", "version":"21.1.1-9045", "error":"", "reason":"", "nodes":[ { "ip":"10.50.58.174", "vm_id":"71f02260-644f-4482-aa9a-ab8570bb49a3", "state":"CLUSTER_ACTIVE", "name":"controller-1", "role":"CLUSTER_LEADER", "start_time":"2021-04-06 12:56:55" "is_dhcp":false }, { "ip":"10.50.58.175", "vm_id":"71f02260-644f-4482-aa9a-ab8570bb49a4", "state":"CLUSTER_ACTIVE", "name":"controller-2", "role":"CLUSTER_FOLLOWER", "start_time":"2021-04-06 12:56:55" "is_dhcp":false }, { "ip":"10.50.58.176", "vm_id":"71f02260-644f-4482-aa9a-ab8570bb49a5", "state":"CLUSTER_ACTIVE", "name":"controller-3", "role":"CLUSTER_FOLLOWER", "start_time":"2021-04-06 12:56:55" "is_dhcp":false } ] }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: