Class IncidentAIPostmortemDataAttributesResponse

Attributes of an AI-generated incident postmortem.

Hierarchy

  • IncidentAIPostmortemDataAttributesResponse

Constructors

Properties

actionItems?: string

Action items to prevent recurrence.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
customerImpact?: string

The impact of the incident on customers.

executiveSummary?: string

An executive summary of the incident.

keyTimeline?: string

Key timeline events during the incident.

lessonsLearned?: string

Lessons learned from the incident.

systemOverview?: string

An overview of the affected systems.

Generated using TypeDoc