The incident's attributes for a create request.

Hierarchy

  • IncidentCreateAttributes

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
customerImpactScope?: string

Required if customer_impacted:"true". A summary of the impact customers experienced during the incident.

customerImpacted: boolean

A flag indicating whether the incident caused customer impact.

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

A condensed view of the user-defined fields for which to create initial selections.

Type declaration

incidentTypeUuid?: string

A unique identifier that represents an incident type. The default incident type will be used if this property is not provided.

An array of initial timeline cells to be placed at the beginning of the incident timeline.

notificationHandles?: IncidentNotificationHandle[]

Notification handles that will be notified of the incident at creation.

title: string

The title of the incident, which summarizes what happened.

Generated using TypeDoc