NSX-T Data Center REST API

Icon (schema)

Icon

Icon to be applied at dashboard for widgets and UI elements.

Name Description Type Notes
color Icon color applied to icon in hex format

Icon color applied to icon in hex format.
string
placement Position at which to display icon, if any

If specified as PRE, the icon appears before the UI element. If set as POST, the icon appears after the UI element.
string Enum: PRE, POST
Default: "PRE"
size Icon size in unit

Icon size in unit applied to icon.A unit can be specified by the 'size_unit' property.
number Minimum: 1
size_unit Icon size unit in rem/px/pc

Icon size unit applied to icon along with size. if 'size' property value is provided and no value is provided for this property then default value for this proerty is set to 'px'.
string Enum: px, rem, pc
tooltip Multi-line tooltip

Multi-line text to be shown on tooltip while hovering over the icon.
array of Tooltip
type Type of icon

Icon will be rendered based on its type. For example, if ERROR is chosen, then icon representing error will be rendered. or else custom svg icon name can be given.
string