Alert graphs are timeseries graphs showing the current status of any monitor defined on your system.

Hierarchy

  • AlertGraphWidgetDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
alertId: string

ID of the alert to use in the widget.

time?: WidgetTime

Time setting for the widget.

title?: string

The title of the widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

Size of the title.

Type of the alert graph widget.

vizType: WidgetVizType

Whether to display the Alert Graph as a timeseries or a top list.

Generated using TypeDoc