The host map widget graphs any metric across your hosts using the same visualization available from the main Host Map page.

Hierarchy

  • HostMapWidgetDefinition

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
customLinks?: WidgetCustomLink[]

List of custom links.

description?: string

The description of the widget.

group?: string[]

Deprecated - Only used by the legacy metric-based format. Use group_by (infrastructure) or a group dimension (DDSQL) inside requests instead.

noGroupHosts?: boolean

Deprecated - Only used by the legacy metric-based format. Use no_group_hosts inside requests instead.

noMetricHosts?: boolean

Deprecated - Only used by the legacy metric-based format. Use no_metric_hosts inside requests instead.

nodeType?: WidgetNodeType

Which type of node to use in the map.

notes?: string

Notes on the title.

Query definition for the host map widget. Supports three mutually exclusive formats distinguished by request_type: the deprecated legacy metric-based format (fill/size, no request_type), the infrastructure-backed format (request_type: infrastructure_hostmap), and the DDSQL published-dataset format (request_type: data_projection).

scope?: string[]

Deprecated - Only used by the legacy metric-based format. Use filter inside requests instead.

Deprecated - The style to apply to the legacy metric-based host map widget. Use HostMapWidgetInfrastructureStyle instead.

title?: string

Title of the widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

Size of the title.

Type of the host map widget.

Generated using TypeDoc