Class: DatadogAPIClient::V2::DORAIncidentRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DORAIncidentRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb
Overview
Attributes to create a DORA incident event.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#env ⇒ Object
Environment name that was impacted by the incident.
-
#finished_at ⇒ Object
Unix timestamp when the incident finished.
-
#git ⇒ Object
Git info for DORA Metrics events.
-
#id ⇒ Object
Incident ID.
-
#name ⇒ Object
Incident name.
-
#services ⇒ Object
Service names impacted by the incident.
-
#severity ⇒ Object
Incident severity.
-
#started_at ⇒ Object
readonly
Unix timestamp when the incident started.
-
#team ⇒ Object
Name of the team owning the services impacted.
-
#version ⇒ Object
Version to correlate with [APM Deployment Tracking](docs.datadoghq.com/tracing/services/deployment_tracking/).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb', line 54 def additional_properties @additional_properties end |
#env ⇒ Object
Environment name that was impacted by the incident.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb', line 25 def env @env end |
#finished_at ⇒ Object
Unix timestamp when the incident finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb', line 28 def finished_at @finished_at end |
#git ⇒ Object
Git info for DORA Metrics events.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb', line 31 def git @git end |
#id ⇒ Object
Incident ID. Required to update a previously sent incident.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb', line 34 def id @id end |
#name ⇒ Object
Incident name.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb', line 37 def name @name end |
#services ⇒ Object
Service names impacted by the incident. If possible, use names registered in the Service Catalog. Required when the team field is not provided.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb', line 40 def services @services end |
#severity ⇒ Object
Incident severity.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb', line 43 def severity @severity end |
#started_at ⇒ Object
Unix timestamp when the incident started. It must be in nanoseconds, milliseconds, or seconds.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb', line 46 def started_at @started_at end |
#team ⇒ Object
Name of the team owning the services impacted. If possible, use team handles registered in Datadog. Required when the services field is not provided.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb', line 49 def team @team end |
#version ⇒ Object
Version to correlate with [APM Deployment Tracking](docs.datadoghq.com/tracing/services/deployment_tracking/).
52 53 54 |
# File 'lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb', line 52 def version @version end |