NSX-T Data Center REST API
ALBControllerNodeParameters (type)
{ "additionalProperties": false, "description": "Parameters for listing the Advanced Load Balancer controller nodes.", "id": "ALBControllerNodeParameters", "module_id": "PolicyALBControllerDeployment", "properties": { "clustering_id": { "description": "Id to filter NSX Advanced Load Balancer Controllers, if not provided NSX ALB Controllers without clustering Id will be returned.", "title": "Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX.", "type": "string" }, "state": { "description": "If state is pending then pending requests for Advanced Load Balancer controller VMs are shown. If state is deployed then deployed requests for Advanced Load Balancer controller VMs are shown. else show all the Advanced Load Balancer controller deployment requests.", "enum": [ "DEPLOYED", "PENDING" ], "title": "the current state of the Advanced Load Balancer controller VM", "type": "string" } }, "title": "List parameters for Advanced Load Balancer controller nodes", "type": "object" }