NSX-T Data Center REST API

ALBControllerNodeParameters (type)

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