Class: DatadogAPIClient::V2::IncidentImportResponseAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/incident_import_response_attributes.rb

Overview

The incident's attributes from an import response.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



96
97
98
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 96

def additional_properties
  @additional_properties
end

#archivedObject

Timestamp when the incident was archived.



25
26
27
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 25

def archived
  @archived
end

#case_idObject

The incident case ID.



28
29
30
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 28

def case_id
  @case_id
end

#createdObject

Timestamp when the incident was created.



31
32
33
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 31

def created
  @created
end

#created_by_uuidObject

UUID of the user who created the incident.



34
35
36
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 34

def created_by_uuid
  @created_by_uuid
end

#creation_idempotency_keyObject

A unique key used to ensure idempotent incident creation.



37
38
39
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 37

def creation_idempotency_key
  @creation_idempotency_key
end

#customer_impact_endObject

Timestamp when customers were no longer impacted by the incident.



40
41
42
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 40

def customer_impact_end
  @customer_impact_end
end

#customer_impact_scopeObject

A summary of the impact customers experienced during the incident.



43
44
45
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 43

def customer_impact_scope
  @customer_impact_scope
end

#customer_impact_startObject

Timestamp when customers began to be impacted by the incident.



46
47
48
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 46

def customer_impact_start
  @customer_impact_start
end

#declaredObject

Timestamp when the incident was declared.



49
50
51
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 49

def declared
  @declared
end

#declared_by_uuidObject

UUID of the user who declared the incident.



52
53
54
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 52

def declared_by_uuid
  @declared_by_uuid
end

#detectedObject

Timestamp when the incident was detected.



55
56
57
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 55

def detected
  @detected
end

#fieldsObject

A condensed view of the user-defined fields attached to incidents.



58
59
60
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 58

def fields
  @fields
end

#incident_type_uuidObject

A unique identifier that represents an incident type.



61
62
63
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 61

def incident_type_uuid
  @incident_type_uuid
end

#is_testObject

A flag indicating whether the incident is a test incident.



64
65
66
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 64

def is_test
  @is_test
end

#last_modified_by_uuidObject

UUID of the user who last modified the incident.



67
68
69
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 67

def last_modified_by_uuid
  @last_modified_by_uuid
end

#modifiedObject

Timestamp when the incident was last modified.



70
71
72
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 70

def modified
  @modified
end

#non_datadog_creatorObject

Incident's non Datadog creator.



73
74
75
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 73

def non_datadog_creator
  @non_datadog_creator
end

#notification_handlesObject

Notification handles that are notified of the incident during update.



76
77
78
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 76

def notification_handles
  @notification_handles
end

#public_idObject

The monotonically increasing integer ID for the incident.



79
80
81
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 79

def public_id
  @public_id
end

#resolvedObject

Timestamp when the incident's state was last changed from active or stable to resolved or completed.



82
83
84
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 82

def resolved
  @resolved
end

#severityObject

The incident severity.



85
86
87
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 85

def severity
  @severity
end

#stateObject

The state of the incident.



88
89
90
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 88

def state
  @state
end

#titleObject

The title of the incident that summarizes what happened.



91
92
93
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 91

def title
  @title
end

#visibilityObject

The incident visibility status.



94
95
96
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 94

def visibility
  @visibility
end