Class: DatadogAPIClient::V2::AggregatedSignalsProblemsRequestAttributes

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

Overview

Attributes for an aggregated signals and problems query.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v2/models/aggregated_signals_problems_request_attributes.rb', line 48

def additional_properties
  @additional_properties
end

#application_idObject

The RUM application ID to analyze.



25
26
27
# File 'lib/datadog_api_client/v2/models/aggregated_signals_problems_request_attributes.rb', line 25

def application_id
  @application_id
end

#criteriaObject

Performance criteria to filter view instances by a metric threshold.



28
29
30
# File 'lib/datadog_api_client/v2/models/aggregated_signals_problems_request_attributes.rb', line 28

def criteria
  @criteria
end

#detection_typesObject

List of detection types to include in the response. When omitted, all types are returned.



31
32
33
# File 'lib/datadog_api_client/v2/models/aggregated_signals_problems_request_attributes.rb', line 31

def detection_types
  @detection_types
end

#filterObject

RUM query string to filter events (for example, @session.type:user @geo.country:US).



34
35
36
# File 'lib/datadog_api_client/v2/models/aggregated_signals_problems_request_attributes.rb', line 34

def filter
  @filter
end

#fromObject

Start of the time range as a Unix timestamp in seconds.



37
38
39
# File 'lib/datadog_api_client/v2/models/aggregated_signals_problems_request_attributes.rb', line 37

def from
  @from
end

#sample_sizeObject

Number of view instances to sample, between 1 and 50.



40
41
42
# File 'lib/datadog_api_client/v2/models/aggregated_signals_problems_request_attributes.rb', line 40

def sample_size
  @sample_size
end

#toObject

End of the time range as a Unix timestamp in seconds.



43
44
45
# File 'lib/datadog_api_client/v2/models/aggregated_signals_problems_request_attributes.rb', line 43

def to
  @to
end

#view_nameObject

The RUM view name to analyze (for example, /account/login).



46
47
48
# File 'lib/datadog_api_client/v2/models/aggregated_signals_problems_request_attributes.rb', line 46

def view_name
  @view_name
end