Class HostMapWidgetInfrastructureRequest

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

Hierarchy

  • HostMapWidgetInfrastructureRequest

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 host map child request (leaf node, no further nesting supported).

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.

filter?: string

Filter string for the entity set in tag format (for example, env:prod).

Defines how entities are grouped into tiles. The ordering of entries implies the grouping hierarchy.

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.

Identifies this as an infrastructure-backed host map request.

Style configuration for the infrastructure host map.

Generated using TypeDoc