Class IncidentImportResponseAttributes

The incident's attributes from an import response.

Hierarchy

  • IncidentImportResponseAttributes

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 when the incident was archived.

caseId?: number

The incident case ID.

created?: Date

Timestamp when the incident was created.

createdByUuid?: string

UUID of the user who created the incident.

creationIdempotencyKey?: string

A unique key used to ensure idempotent incident creation.

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 to be impacted by the incident.

declared?: Date

Timestamp when the incident was declared.

declaredByUuid?: string

UUID of the user who declared the incident.

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.

isTest?: boolean

A flag indicating whether the incident is a test incident.

lastModifiedByUuid?: string

UUID of the user who last modified the incident.

modified?: Date

Timestamp when the incident was last modified.

nonDatadogCreator?: IncidentNonDatadogCreator

Incident's non Datadog creator.

notificationHandles?: IncidentNotificationHandle[]

Notification handles that are 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 of the incident.

title: string

The title of the incident that summarizes what happened.

visibility?: string

The incident visibility status.

Generated using TypeDoc