Datadog · Schema
IncidentAttributes
The attributes of an incident record
AnalyticsDashboardsMonitoringPlatformT1Visualizations
Properties
| Name | Type | Description |
|---|---|---|
| title | string | The title of the incident describing what is affected |
| public_id | integer | The sequential human-readable public ID of the incident within the organization |
| state | string | The current state of the incident in its lifecycle |
| severity | string | The severity level of the incident |
| customer_impacted | boolean | Whether the incident is causing direct customer impact |
| customer_impact_scope | string | Description of the scope of customer impact for this incident |
| customer_impact_start | string | ISO 8601 timestamp when customer impact began |
| customer_impact_end | string | ISO 8601 timestamp when customer impact ended |
| customer_impact_duration | integer | Duration of customer impact in seconds |
| created | string | ISO 8601 timestamp when the incident was created |
| modified | string | ISO 8601 timestamp when the incident was last modified |
| detected | string | ISO 8601 timestamp when the incident was first detected |
| resolved | string | ISO 8601 timestamp when the incident was marked as resolved |
| time_to_detect | integer | Time in seconds from incident start to detection |
| time_to_internal_response | integer | Time in seconds from detection to first responder acknowledgement |
| time_to_repair | integer | Time in seconds from detection to resolution |
| fields | object | Custom field values for the incident as defined in organization settings |
| notification_handles | array | List of notification handles that were paged for this incident |