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.
-
#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
Job options.
-
#queries ⇒ Object
readonly
Queries for selecting logs analyzed by the job.
-
#reference_tables ⇒ Object
Reference tables used in the queries.
-
#tags ⇒ Object
Tags for generated signals.
-
#third_party_cases ⇒ Object
Cases for generating results from third-party detection method.
-
#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.
63 64 65 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 63 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 |
#from ⇒ Object
Starting time of data analyzed by the job.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 31 def from @from end |
#index ⇒ Object
Index used to load the data.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 34 def index @index end |
#message ⇒ Object
Message for generated results.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 37 def @message end |
#name ⇒ Object
Job name.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 40 def name @name end |
#options ⇒ Object
Job options.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 43 def @options end |
#queries ⇒ Object
Queries for selecting logs analyzed by the job.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 46 def queries @queries end |
#reference_tables ⇒ Object
Reference tables used in the queries.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 49 def reference_tables @reference_tables end |
#tags ⇒ Object
Tags for generated signals.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 52 def @tags end |
#third_party_cases ⇒ Object
Cases for generating results from third-party detection method. Only available for third-party detection method.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 55 def third_party_cases @third_party_cases end |
#to ⇒ Object
Ending time of data analyzed by the job.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 58 def to @to end |
#type ⇒ Object
Job type.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/job_definition.rb', line 61 def type @type end |