[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

DashboardWidget

Dashboard widget


Properties

string
queryDefinitionLink Required

Self link for the query definition


object
widgetPlacement Required

This map contains the placement details for eg. x, y, width, height (widget placement coordiantes)


string
name Required

Name of the widget


string
widgetType Required

Specifies the widget type, which includes: CHART, LIST, FIELD_TABLE, EVENT_TYPE, EVENT_TREND, ALERT

Possible values are: CHARTLISTFIELD_TABLEEVENT_TYPEEVENT_TRENDALERT


map of string
chartOptions Optional

If the widget is of the type chart, this field specifies the corresponding chart options E.g., logaxis, trendline, spline


string
chartType Optional

If the widget is of the type chart, this field specifies the corresponding chart type E.g., pie, bar, solidGauge, line, column, fieldTable


filter Optional

Description of the filter type and options. This is to support the filter functionality at an individual widget level


array of AnalysisFunction
analysisFunctions Optional

A list of analysis functions.


queryDefinitionState Optional

Query definition state associated with this widget


visualization Optional

Description of the visualization type and options


string
description Optional

Description of the widget


widgetProperties Optional

This map contains any additional properties and query criteria that the widget needs.

JSON Example

{
    "widgetPlacement": {
        "height": 4,
        "width": 4,
        "x": 0,
        "y": 0
    }
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Property Of

DashboardDefinitionDto

Feedback

Was this page helpful?