NSX-T Data Center REST API

DropdownItem (type)

{
  "additionalProperties": false,
  "id": "DropdownItem",
  "module_id": "NsxDashboard",
  "nsx_feature": "NsxDashboardWidgetConfig",
  "properties": {
    "additional_value": {
      "description": "An additional key-value pair for item to be display in dropdown.",
      "required": false,
      "title": "An additional value for item to be display in dropdown.",
      "type": "object"
    },
    "display_name": {
      "description": "expression to extract display name to be shown in the drop down.",
      "maxLength": 1024,
      "title": "Display name for item to be displayed in dropdown",
      "type": "string"
    },
    "field": {
      "description": "An expression that represents the items of the dropdown filter.",
      "required": true,
      "title": "Expression for dropdown items of 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 filter inside dropdown filter.",
      "required": true,
      "title": "Value for item to be displayed in dropdown",
      "type": "string"
    }
  },
  "title": "Dropdown item definition",
  "type": "object"
}