Class: DatadogAPIClient::V2::TicketCreationRuleActionResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TicketCreationRuleActionResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ticket_creation_rule_action_response.rb
Overview
The action to take when the ticket creation rule matches a finding.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assignee_id ⇒ Object
The UUID of the default assignee for created tickets.
-
#auto_disabled_reason ⇒ Object
The reason the rule was automatically disabled by the system due to a ticketing integration error.
-
#fields ⇒ Object
Custom fields of the Jira issue to create.
-
#max_tickets_per_day ⇒ Object
readonly
The maximum number of tickets the rule may create per day.
-
#project_id ⇒ Object
readonly
The UUID of the case management project.
-
#target ⇒ Object
readonly
The ticketing system to create tickets in.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/ticket_creation_rule_action_response.rb', line 42 def additional_properties @additional_properties end |
#assignee_id ⇒ Object
The UUID of the default assignee for created tickets.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/ticket_creation_rule_action_response.rb', line 25 def assignee_id @assignee_id end |
#auto_disabled_reason ⇒ Object
The reason the rule was automatically disabled by the system due to a ticketing integration error.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ticket_creation_rule_action_response.rb', line 28 def auto_disabled_reason @auto_disabled_reason end |
#fields ⇒ Object
Custom fields of the Jira issue to create. For the list of available fields, see Jira documentation.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ticket_creation_rule_action_response.rb', line 31 def fields @fields end |
#max_tickets_per_day ⇒ Object
The maximum number of tickets the rule may create per day. If exceeded, one final ticket will be created, explaining the limit was hit and link back to the responsible rule.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/ticket_creation_rule_action_response.rb', line 34 def max_tickets_per_day @max_tickets_per_day end |
#project_id ⇒ Object
The UUID of the case management project.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/ticket_creation_rule_action_response.rb', line 37 def project_id @project_id end |
#target ⇒ Object
The ticketing system to create tickets in.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/ticket_creation_rule_action_response.rb', line 40 def target @target end |