InlineWidgetConfiguration1

InlineWidgetConfiguration1
InlineWidgetConfiguration1
JSON Example
{
    "resource_type": "string",
    "display_name": "string",
    "datasources": [
        {
            "display_name": "string",
            "urls": [
                {
                    "url": "string",
                    "alias": "string",
                    "query": "string"
                }
            ]
        }
    ],
    "weight": 0,
    "footer": {
        "condition": "string",
        "actions": [
            {
                "url": "string",
                "dock_to_container_footer": false,
                "label": {
                    "text": "string",
                    "hover": false,
                    "navigation": "string",
                    "condition": "string",
                    "icons": [
                        {
                            "placement": "string",
                            "type": "string",
                            "tooltip": [
                                {
                                    "text": "string",
                                    "condition": "string"
                                }
                            ]
                        }
                    ]
                }
            }
        ]
    },
    "shared": false,
    "drilldown_id": "string",
    "is_drilldown": false
}
string
resource_type
Required

Supported visualization types are LabelValueConfiguration, DonutConfiguration, GridConfiguration, StatsConfiguration, MultiWidgetConfiguration and ContainerConfiguration.

Possible values are : LabelValueConfiguration, DonutConfiguration, MultiWidgetConfiguration, ContainerConfiguration, StatsConfiguration, GridConfiguration,
string
display_name
Required

Title of the widget.

array of Datasource
datasources
Optional

The 'datasources' represent the sources from which data will be fetched. Currently, only NSX-API is supported as a 'default' datasource. An example of specifying 'default' datasource along with the urls to fetch data from is given at 'example_request' section of 'CreateWidgetConfiguration' API.

integer As int32 As int32
weight
Optional

Specify relavite weight in WidgetItem for placement in a view. Please see WidgetItem for details.

footer
Optional

footer

boolean
shared
Optional

Please use the property 'shared' of View instead of this. The widgets of a shared view are visible to other users.

string
drilldown_id
Optional

Id of drilldown widget, if any. Id should be a valid id of an existing widget. A widget is considered as drilldown widget when it is associated with any other widget and provides more detailed information about any data item from the parent widget.

boolean
is_drilldown
Optional

Set to true if this widget should be used as a drilldown.