Class: DatadogAPIClient::V2::JobDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::JobDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/job_definition.rb
Overview
Definition of a historical job.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#calculated_fields ⇒ Object
Calculated fields.
-
#cases ⇒ Object
readonly
Cases used for generating job results.
-
#filters ⇒ Object
Additional queries to filter matched events before they are processed.
-
#from ⇒ Object
readonly
Starting time of data analyzed by the job.
-
#index ⇒ Object
readonly
Index used to load the data.
-
#message ⇒ Object
readonly
Message for generated results.
-
#name ⇒ Object
readonly
Job name.
-
#options ⇒ Object
Options on rules.
-
#queries ⇒ Object
readonly
Queries for selecting logs analyzed by the job.
-
#reference_tables ⇒ Object
Reference tables for the rule.
-
#tags ⇒ Object
Tags for generated signals.
-
#third_party_cases ⇒ Object
Cases for generating results from third-party rules.
-
#to ⇒ Object
readonly
Ending time of data analyzed by the job.
-
#type ⇒ Object
Job type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
66 67 68 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 66 def additional_properties @additional_properties end |
#calculated_fields ⇒ Object
Calculated fields.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 25 def calculated_fields @calculated_fields end |
#cases ⇒ Object
Cases used for generating job results.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 28 def cases @cases end |
#filters ⇒ Object
Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 31 def filters @filters end |
#from ⇒ Object
Starting time of data analyzed by the job.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 34 def from @from end |
#index ⇒ Object
Index used to load the data.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 37 def index @index end |
#message ⇒ Object
Message for generated results.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 40 def @message end |
#name ⇒ Object
Job name.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 43 def name @name end |
#options ⇒ Object
Options on rules.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 46 def @options end |
#queries ⇒ Object
Queries for selecting logs analyzed by the job.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 49 def queries @queries end |
#reference_tables ⇒ Object
Reference tables for the rule.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 52 def reference_tables @reference_tables end |
#tags ⇒ Object
Tags for generated signals.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 55 def @tags end |
#third_party_cases ⇒ Object
Cases for generating results from third-party rules. Only available for third-party rules.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 58 def third_party_cases @third_party_cases end |
#to ⇒ Object
Ending time of data analyzed by the job.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 61 def to @to end |
#type ⇒ Object
Job type.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 64 def type @type end |