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

V3IncidentsTagsIncidentPriority

Represents the priority of an incident.

Example Usage

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

let value: V3IncidentsTagsIncidentPriority = "P4";

Values

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

Last updated