The incident's attributes from a response.

Hierarchy

  • IncidentResponseAttributes

Constructors

Properties

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
archived?: Date

Timestamp of when the incident was archived.

caseId?: number

The incident case id.

created?: Date

Timestamp when the incident was created.

customerImpactDuration?: number

Length of the incident's customer impact in seconds. Equals the difference between customer_impact_start and customer_impact_end.

customerImpactEnd?: Date

Timestamp when customers were no longer impacted by the incident.

customerImpactScope?: string

A summary of the impact customers experienced during the incident.

customerImpactStart?: Date

Timestamp when customers began being impacted by the incident.

customerImpacted?: boolean

A flag indicating whether the incident caused customer impact.

detected?: Date

Timestamp when the incident was detected.

fields?: {
    [key: string]: IncidentFieldAttributes;
}

A condensed view of the user-defined fields attached to incidents.

Type declaration

incidentTypeUuid?: string

A unique identifier that represents an incident type.

modified?: Date

Timestamp when the incident was last modified.

nonDatadogCreator?: IncidentNonDatadogCreator

Incident's non Datadog creator.

notificationHandles?: IncidentNotificationHandle[]

Notification handles that will be notified of the incident during update.

publicId?: number

The monotonically increasing integer ID for the incident.

resolved?: Date

Timestamp when the incident's state was last changed from active or stable to resolved or completed.

severity?: IncidentSeverity

The incident severity.

state?: string

The state incident.

timeToDetect?: number

The amount of time in seconds to detect the incident. Equals the difference between customer_impact_start and detected.

timeToInternalResponse?: number

The amount of time in seconds to call incident after detection. Equals the difference of detected and created.

timeToRepair?: number

The amount of time in seconds to resolve customer impact after detecting the issue. Equals the difference between customer_impact_end and detected.

timeToResolve?: number

The amount of time in seconds to resolve the incident after it was created. Equals the difference between created and resolved.

title: string

The title of the incident, which summarizes what happened.

visibility?: string

The incident visibility status.

Generated using TypeDoc