Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional childInfrastructure-backed request for the host map widget. Supports entity-based visualization with metric query enrichments, tag-based filtering, flexible grouping, and hierarchical views.
Optional conditionalList of conditional formatting rules applied to fill values.
Optional enrichmentsMetric or event queries joined to the entity set. Each formula specifies a visual dimension. Only used by the infrastructure-backed format.
Optional fillDeprecated - Legacy metric-based host map request. Use the infrastructure-backed (request_type: infrastructure_hostmap) or DDSQL (request_type: data_projection) format instead.
Optional filterFilter string for the entity set in tag format (for example, env:prod). Only used by the infrastructure-backed format.
Optional groupDefines how entities are grouped into tiles. The ordering of entries implies the grouping hierarchy. Only used by the infrastructure-backed format.
Optional limitMaximum number of rows to return from the dataset query. Only used by the DDSQL format.
Optional noWhether to hide entities that have no group assignment.
Optional noWhether to hide entities that have no enrichment data.
Optional nodeWhich type of infrastructure entity to visualize in the host map.
Optional projectionProjection 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.
Optional queryQuery that lists the rows of a published dataset (a DDSQL query) without aggregation.
Optional requestIdentifies which host map request format the sibling fields on HostMapWidgetDefinitionRequests describe: an infrastructure-backed request or a DDSQL published-dataset request.
Optional sizeDeprecated - Legacy metric-based host map request. Use the infrastructure-backed (request_type: infrastructure_hostmap) or DDSQL (request_type: data_projection) format instead.
Optional styleStyle configuration for the infrastructure host map.
Generated using TypeDoc
Query definition for the host map widget. Supports three mutually exclusive formats distinguished by
request_type: the deprecated legacy metric-based format (fill/size, norequest_type), the infrastructure-backed format (request_type: infrastructure_hostmap), and the DDSQL published-dataset format (request_type: data_projection).