Class: DatadogAPIClient::V1::HostMapRequest

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/host_map_request.rb

Overview

Updated host map.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#apm_queryObject

The log query.



29
30
31
# File 'lib/datadog_api_client/v1/models/host_map_request.rb', line 29

def apm_query
  @apm_query
end

#event_queryObject

The log query.



32
33
34
# File 'lib/datadog_api_client/v1/models/host_map_request.rb', line 32

def event_query
  @event_query
end

#log_queryObject

The log query.



35
36
37
# File 'lib/datadog_api_client/v1/models/host_map_request.rb', line 35

def log_query
  @log_query
end

#network_queryObject

The log query.



38
39
40
# File 'lib/datadog_api_client/v1/models/host_map_request.rb', line 38

def network_query
  @network_query
end

#process_queryObject

The process query to use in the widget.



41
42
43
# File 'lib/datadog_api_client/v1/models/host_map_request.rb', line 41

def process_query
  @process_query
end

#profile_metrics_queryObject

The log query.



44
45
46
# File 'lib/datadog_api_client/v1/models/host_map_request.rb', line 44

def profile_metrics_query
  @profile_metrics_query
end

#qObject

Query definition.



47
48
49
# File 'lib/datadog_api_client/v1/models/host_map_request.rb', line 47

def q
  @q
end

#rum_queryObject

The log query.



50
51
52
# File 'lib/datadog_api_client/v1/models/host_map_request.rb', line 50

def rum_query
  @rum_query
end

#security_queryObject

The log query.



53
54
55
# File 'lib/datadog_api_client/v1/models/host_map_request.rb', line 53

def security_query
  @security_query
end