Class: DatadogAPIClient::V2::TicketCreationRuleActionResponse

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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_reasonObject

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

#fieldsObject

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_dayObject

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_idObject

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

#targetObject

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