NSX-T Data Center REST API

DropdownFilterPlotConfiguration (type)

{
  "additionalProperties": false, 
  "description": "Dropdown Filter plotting configuration.", 
  "extends": {
    "$ref": "WidgetPlotConfiguration
  }, 
  "id": "DropdownFilterPlotConfiguration", 
  "module_id": "NsxDashboard", 
  "properties": {
    "allow_maximize": {
      "description": "Allow maximize capability for this widget", 
      "title": "Allow maximize capability for this widget", 
      "type": "boolean"
    }, 
    "allow_search": {
      "default": false, 
      "description": "Allow search on drop down filter.", 
      "title": "Allow search on drop down filter", 
      "type": "boolean"
    }, 
    "condition": {
      "description": "If the condition is met then the given chart config is applied to the widget configuration.", 
      "maxLength": 1024, 
      "title": "Expression for evaluating condition for this chart config", 
      "type": "string"
    }
  }, 
  "title": "Dropdown Filtert plotting configuration", 
  "type": "object"
}