System Administration >
Configuration
>
NSX Advanced Load Balancer
>
Controller
>
Cluster
Re-trigger clustering for Advanced Load Balancer Nodes.
Re-trigger clustering for Advanced Load Balancer Nodes.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/alb/controller-nodes/cluster
Request Headers:
n/a
Query Parameters:
ALBControllerClusteringParameters
+
ALBControllerClusteringParameters
(
schema
)
Name
Description
Type
Notes
clustering_id
Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX.
Id to filter NSX Advanced Load Balancer Controllers, if not provided NSX ALB Controllers
without clustering Id will be returned.
string
Request Body:
n/a
Example Request:
PUT https://<policy-mgr>/policy/api/v1/alb/controller-nodes/cluster?clustering_id="e8abab64-774e-48fa-bd5c-41df7aefdb88"
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBControllerClusterTrigger
+
ALBControllerClusterTrigger
(
schema
)
Name
Description
Type
Notes
status
Advanced Load Balancer controller node clustering trigger status
Advanced Load Balancer controller node clustering trigger status.
string
Readonly
Example Response:
{status: "NSX Advanced Load Balancer Controller nodes clustering triggered."}
Required Permissions:
crud
Feature:
policy_lb
Additional Errors:
404 Not Found
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable