InlineStatsConfiguration1

InlineStatsConfiguration1
InlineStatsConfiguration1
JSON Example
{
    "label": {
        "condition": "string",
        "hover": false,
        "icons": [
            {
                "placement": "string",
                "tooltip": [
                    {
                        "condition": "string",
                        "heading": false,
                        "text": "string"
                    }
                ],
                "type": "string"
            }
        ],
        "navigation": "string",
        "text": "string"
    },
    "navigation": "string",
    "sections": [
        {
            "parts": [
                {
                    "drilldown_id": "string",
                    "field": "string",
                    "label": {
                        "condition": "string",
                        "hover": false,
                        "icons": [
                            {
                                "placement": "string",
                                "tooltip": [
                                    {
                                        "condition": "string",
                                        "heading": false,
                                        "text": "string"
                                    }
                                ],
                                "type": "string"
                            }
                        ],
                        "navigation": "string",
                        "text": "string"
                    },
                    "navigation": "string",
                    "render_configuration": [
                        {
                            "color": "string",
                            "condition": "string",
                            "display_value": "string",
                            "icons": [
                                {
                                    "placement": "string",
                                    "tooltip": [
                                        {
                                            "condition": "string",
                                            "heading": false,
                                            "text": "string"
                                        }
                                    ],
                                    "type": "string"
                                }
                            ],
                            "tooltip": [
                                {
                                    "condition": "string",
                                    "heading": false,
                                    "text": "string"
                                }
                            ]
                        }
                    ],
                    "tooltip": [
                        {
                            "condition": "string",
                            "heading": false,
                            "text": "string"
                        }
                    ]
                }
            ],
            "row_list_field": "string",
            "template": false
        }
    ],
    "stat": {
        "drilldown_id": "string",
        "tooltip": [
            {
                "condition": "string",
                "heading": false,
                "text": "string"
            }
        ],
        "total": "string",
        "value": "string"
    },
    "sub_type": "string"
}
label
Optional

Label that will be displayed for a UI element.

string
navigation
Optional

Hyperlink of the specified UI page that provides details.

sections
Optional

Sections

stat
Optional

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.

string
sub_type
Optional

A sub-type of StatsConfiguration. If sub-type is not specified the parent type is rendered. The COMPACT sub_type, conserves the space for the widget. The statistic is placed on the right side on top of the status bar and the title of the widget is placed on the left side on the top of the status bar. The COMPACT style aligns itself horizontally as per the width of the container. If multiple widgets are placed insided the container then the widgets are placed one below the other to conserve the space.