Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

V3IncidentsIncidentPriority

Represents the priority of an incident.

Example Usage

import { V3IncidentsIncidentPriority } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V3IncidentsIncidentPriority = "P4";

Values

"P1" | "P2" | "P3" | "P4" | "P5"

Last updated