NSX-T Data Center REST API

ALBControllerClusteringParameters (type)

{
  "additionalProperties": false,
  "description": "Parameters for filtering the Avi Load Balancer Controller clusters.",
  "id": "ALBControllerClusteringParameters",
  "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"
    }
  },
  "title": "Filtering parameters for Avi Load Balancer Controller clusters",
  "type": "object"
}