Class: DatadogAPIClient::V2::AggregatedHighScriptEval

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

Overview

Aggregated high script evaluation detection grouped by source.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



54
55
56
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 54

def additional_properties
  @additional_properties
end

#avg_durationObject

Average script evaluation duration in nanoseconds.



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

def avg_duration
  @avg_duration
end

#avg_forced_style_layoutObject

Average forced style/layout duration in nanoseconds.



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

def avg_forced_style_layout
  @avg_forced_style_layout
end

#fingerprintObject

Unique fingerprint identifying this detection group.



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

def fingerprint
  @fingerprint
end

#impact_scoreObject

Impact score combining view frequency and duration severity.



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

def impact_score
  @impact_score
end

#instance_countObject

Total number of detection instances across sampled views.



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

def instance_count
  @instance_count
end

#invoker_typeObject

Type of invoker that triggered the script evaluation.



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

def invoker_type
  @invoker_type
end

#source_categoryObject

Category of the script source.



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

def source_category
  @source_category
end

#source_function_nameObject

Name of the function that triggered the high script evaluation.



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

def source_function_name
  @source_function_name
end

#source_urlObject

URL of the script that triggered the high script evaluation.



49
50
51
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 49

def source_url
  @source_url
end

#view_occurrencesObject

Number of sampled views where this detection occurred.



52
53
54
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 52

def view_occurrences
  @view_occurrences
end