NSX-T Data Center REST API

StaticFilter (type)

{
  "additionalProperties": false, 
  "id": "StaticFilter", 
  "module_id": "NsxDashboard", 
  "nsx_feature": "NsxDashboardWidgetConfig", 
  "properties": {
    "additional_value": {
      "description": "An additional key-value pair for static filter.", 
      "required": false, 
      "title": "An additional value for static filter", 
      "type": "object"
    }, 
    "display_name": {
      "description": "display name to be shown in the drop down for static filter.", 
      "maxLength": 1024, 
      "title": "Display name for static filter", 
      "type": "string"
    }, 
    "short_display_name": {
      "description": "Property value is shown in the drop down input box for a filter. If the value is not provided 'display_name' property value is used.", 
      "maxLength": 1024, 
      "title": "A property value to be shown once value is selected for a filter.", 
      "type": "string"
    }, 
    "value": {
      "description": "Value of static filter inside dropdown filter.", 
      "title": "Value of static filter", 
      "type": "string"
    }
  }, 
  "title": "Static filters", 
  "type": "object"
}