StatItem
StatItem
Displayed as a single number. It can be used to show the characteristics of entities such as Logical Switches, Firewall Rules, and so on. For example, number of logical switches and their admin states.
JSON Example
{
"drilldown_id": "string",
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
],
"total": "string",
"value": "string"
}
string
drilldown_id
Optional
Id of drilldown widget, if any. Id should be a valid id of an existing widget.
array of Tooltip
tooltip
Optional
Multi-line text to be shown on tooltip while hovering over the stat.
string
total
Optional
If expression for total is specified, it evaluates it. Total can be omitted if not needed to be shown.
string
value
Required
Expression for stat to be displayed.