Class: DatadogAPIClient::V2::IncidentImportResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentImportResponseAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#archived ⇒ Object
Timestamp when the incident was archived.
-
#case_id ⇒ Object
The incident case ID.
-
#created ⇒ Object
Timestamp when the incident was created.
-
#created_by_uuid ⇒ Object
UUID of the user who created the incident.
-
#creation_idempotency_key ⇒ Object
A unique key used to ensure idempotent incident creation.
-
#customer_impact_end ⇒ Object
Timestamp when customers were no longer impacted by the incident.
-
#customer_impact_scope ⇒ Object
A summary of the impact customers experienced during the incident.
-
#customer_impact_start ⇒ Object
Timestamp when customers began to be impacted by the incident.
-
#declared ⇒ Object
Timestamp when the incident was declared.
-
#declared_by_uuid ⇒ Object
UUID of the user who declared the incident.
-
#detected ⇒ Object
Timestamp when the incident was detected.
-
#fields ⇒ Object
A condensed view of the user-defined fields attached to incidents.
-
#incident_type_uuid ⇒ Object
A unique identifier that represents an incident type.
-
#is_test ⇒ Object
A flag indicating whether the incident is a test incident.
-
#last_modified_by_uuid ⇒ Object
UUID of the user who last modified the incident.
-
#modified ⇒ Object
Timestamp when the incident was last modified.
-
#non_datadog_creator ⇒ Object
Incident's non Datadog creator.
-
#notification_handles ⇒ Object
Notification handles that are notified of the incident during update.
-
#public_id ⇒ Object
The monotonically increasing integer ID for the incident.
-
#resolved ⇒ Object
Timestamp when the incident's state was last changed from active or stable to resolved or completed.
-
#severity ⇒ Object
The incident severity.
-
#state ⇒ Object
The state of the incident.
-
#title ⇒ Object
readonly
The title of the incident that summarizes what happened.
-
#visibility ⇒ Object
The incident visibility status.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#archived ⇒ Object
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_id ⇒ Object
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 |
#created ⇒ Object
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_uuid ⇒ Object
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_key ⇒ Object
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_end ⇒ Object
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_scope ⇒ Object
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_start ⇒ Object
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 |
#declared ⇒ Object
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_uuid ⇒ Object
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 |
#detected ⇒ Object
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 |
#fields ⇒ Object
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_uuid ⇒ Object
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_test ⇒ Object
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_uuid ⇒ Object
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 |
#modified ⇒ Object
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_creator ⇒ Object
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_handles ⇒ Object
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_id ⇒ Object
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 |
#resolved ⇒ Object
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 |
#severity ⇒ Object
The incident severity.
85 86 87 |
# File 'lib/datadog_api_client/v2/models/incident_import_response_attributes.rb', line 85 def severity @severity end |
#state ⇒ Object
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 |
#title ⇒ Object
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 |
#visibility ⇒ Object
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 |