WidgetResponse

data class WidgetResponse(val alertChart: AlertChartResponse, val blank: EmptyResponse, val collapsibleGroup: CollapsibleGroupResponse, val incidentList: IncidentListResponse, val logsPanel: LogsPanelResponse, val scorecard: ScorecardResponse, val text: TextResponse, val timeSeriesTable: TimeSeriesTableResponse, val title: String, val xyChart: XyChartResponse)

Widget contains a single dashboard component and configuration of how to present the component in the dashboard.

Constructors

Link copied to clipboard
constructor(alertChart: AlertChartResponse, blank: EmptyResponse, collapsibleGroup: CollapsibleGroupResponse, incidentList: IncidentListResponse, logsPanel: LogsPanelResponse, scorecard: ScorecardResponse, text: TextResponse, timeSeriesTable: TimeSeriesTableResponse, title: String, xyChart: XyChartResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A chart of alert policy data.

Link copied to clipboard

A blank space.

Link copied to clipboard

A widget that groups the other widgets. All widgets that are within the area spanned by the grouping widget are considered member widgets.

Link copied to clipboard

A widget that shows list of incidents.

Link copied to clipboard

A widget that shows a stream of logs.

Link copied to clipboard

A scorecard summarizing time series data.

Link copied to clipboard

A raw string or markdown displaying textual content.

Link copied to clipboard

A widget that displays time series data in a tabular format.

Link copied to clipboard

Optional. The title of the widget.

Link copied to clipboard

A chart of time series data.