Class: DatadogAPIClient::V2::TicketCreationRuleAction
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TicketCreationRuleAction
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ticket_creation_rule_action.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.
-
#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.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/ticket_creation_rule_action.rb', line 39 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.rb', line 25 def assignee_id @assignee_id end |
#fields ⇒ Object
Custom fields of the Jira issue to create. For the list of available fields, see Jira documentation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ticket_creation_rule_action.rb', line 28 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.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ticket_creation_rule_action.rb', line 31 def max_tickets_per_day @max_tickets_per_day end |
#project_id ⇒ Object
The UUID of the case management project.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/ticket_creation_rule_action.rb', line 34 def project_id @project_id end |
#target ⇒ Object
The ticketing system to create tickets in.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/ticket_creation_rule_action.rb', line 37 def target @target end |