StatItem

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": [
        {
            "text": "string",
            "condition": "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
value
Required

Expression for stat to be displayed.