Class: DatadogAPIClient::V1::HostMapWidgetInfrastructureRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HostMapWidgetInfrastructureRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb
Overview
Infrastructure-backed request for the host map widget. Supports entity-based visualization with metric query enrichments, tag-based filtering, flexible grouping, and hierarchical views.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#child ⇒ Object
Infrastructure-backed host map child request (leaf node, no further nesting supported).
-
#conditional_formats ⇒ Object
List of conditional formatting rules applied to fill values.
-
#enrichments ⇒ Object
readonly
Metric or event queries joined to the entity set.
-
#filter ⇒ Object
Filter string for the entity set in tag format (for example,
env:prod). -
#group_by ⇒ Object
Defines how entities are grouped into tiles.
-
#no_group_hosts ⇒ Object
Whether to hide entities that have no group assignment.
-
#no_metric_hosts ⇒ Object
Whether to hide entities that have no enrichment data.
-
#node_type ⇒ Object
readonly
Which type of infrastructure entity to visualize in the host map.
-
#request_type ⇒ Object
readonly
Identifies this as an infrastructure-backed host map request.
-
#style ⇒ Object
Style configuration for the infrastructure host map.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb', line 57 def additional_properties @additional_properties end |
#child ⇒ Object
Infrastructure-backed host map child request (leaf node, no further nesting supported).
27 28 29 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb', line 27 def child @child end |
#conditional_formats ⇒ Object
List of conditional formatting rules applied to fill values.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb', line 30 def conditional_formats @conditional_formats end |
#enrichments ⇒ Object
Metric or event queries joined to the entity set. Each formula specifies a visual dimension.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb', line 33 def enrichments @enrichments end |
#filter ⇒ Object
Filter string for the entity set in tag format (for example, env:prod).
36 37 38 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb', line 36 def filter @filter end |
#group_by ⇒ Object
Defines how entities are grouped into tiles. The ordering of entries implies the grouping hierarchy.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb', line 40 def group_by @group_by end |
#no_group_hosts ⇒ Object
Whether to hide entities that have no group assignment.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb', line 43 def no_group_hosts @no_group_hosts end |
#no_metric_hosts ⇒ Object
Whether to hide entities that have no enrichment data.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb', line 46 def no_metric_hosts @no_metric_hosts end |
#node_type ⇒ Object
Which type of infrastructure entity to visualize in the host map.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb', line 49 def node_type @node_type end |
#request_type ⇒ Object
Identifies this as an infrastructure-backed host map request.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb', line 52 def request_type @request_type end |
#style ⇒ Object
Style configuration for the infrastructure host map.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb', line 55 def style @style end |