Class: DatadogAPIClient::V1::HostMapWidgetInfrastructureRequest

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#childObject

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_formatsObject

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

#enrichmentsObject

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

#filterObject

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_byObject

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_hostsObject

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_hostsObject

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_typeObject

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_typeObject

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

#styleObject

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