NSX-T Data Center REST API
DropdownItem (schema)
Dropdown item definition
| Name | Description | Type | Notes | 
|---|---|---|---|
| additional_value | An additional value for item to be display in dropdown. An additional key-value pair for item to be display in dropdown. | object | |
| display_name | Display name for item to be displayed in dropdown expression to extract display name to be shown in the drop down. | string | Maximum length: 1024 | 
| field | Expression for dropdown items of filter An expression that represents the items of the dropdown filter. | string | Required | 
| short_display_name | A property value to be shown once value is selected for a filter. 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. | string | Maximum length: 1024 | 
| value | Value for item to be displayed in dropdown Value of filter inside dropdown filter. | string | Required | 
