Response with an AI-generated incident postmortem.
Expand All
Field
Type
Description
data [required]
object
AI postmortem data in a response.
attributes [required]
object
Attributes of an AI-generated incident postmortem.
action_items
string
Action items to prevent recurrence.
customer_impact
string
The impact of the incident on customers.
executive_summary
string
An executive summary of the incident.
key_timeline
string
Key timeline events during the incident.
lessons_learned
string
Lessons learned from the incident.
system_overview
string
An overview of the affected systems.
id [required]
uuid
The incident identifier.
type [required]
enum
AI postmortem response resource type.
Allowed enum values: get_incident_ai_postmortem_response
{"data":{"attributes":{"action_items":"1. Improve failover testing. 2. Add more monitoring alerts.","customer_impact":"5% of users experienced timeouts for 30 minutes.","executive_summary":"A database failover caused a 30-minute service outage affecting 5% of users.","key_timeline":"10:00 - Alert fired. 10:05 - On-call engineer paged. 10:30 - Issue resolved.","lessons_learned":"We need to test the failover process under realistic load conditions.","system_overview":"The primary database cluster experienced a failover event."},"id":"00000000-0000-0000-0000-000000000000","type":"get_incident_ai_postmortem_response"}}