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).

Hierarchy

  • HostMapWidgetDefinitionRequests

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

Infrastructure-backed request for the host map widget. Supports entity-based visualization with metric query enrichments, tag-based filtering, flexible grouping, and hierarchical views.

conditionalFormats?: WidgetConditionalFormat[]

List of conditional formatting rules applied to fill values.

Metric or event queries joined to the entity set. Each formula specifies a visual dimension. Only used by the infrastructure-backed format.

Deprecated - Legacy metric-based host map request. Use the infrastructure-backed (request_type: infrastructure_hostmap) or DDSQL (request_type: data_projection) format instead.

filter?: string

Filter string for the entity set in tag format (for example, env:prod). Only used by the infrastructure-backed format.

Defines how entities are grouped into tiles. The ordering of entries implies the grouping hierarchy. Only used by the infrastructure-backed format.

limit?: number

Maximum number of rows to return from the dataset query. Only used by the DDSQL format.

noGroupHosts?: boolean

Whether to hide entities that have no group assignment.

noMetricHosts?: boolean

Whether to hide entities that have no enrichment data.

Which type of infrastructure entity to visualize in the host map.

Projection for the DDSQL host map request. Maps dataset columns to map dimensions: node identifies the entity, repeated group entries define the grouping hierarchy (outermost first), and fill/size drive the tile color and size.

Query that lists the rows of a published dataset (a DDSQL query) without aggregation.

Identifies which host map request format the sibling fields on HostMapWidgetDefinitionRequests describe: an infrastructure-backed request or a DDSQL published-dataset request.

Deprecated - Legacy metric-based host map request. Use the infrastructure-backed (request_type: infrastructure_hostmap) or DDSQL (request_type: data_projection) format instead.

Style configuration for the infrastructure host map.

Generated using TypeDoc