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

from squadcast.models import V3IncidentsTagsIncidentPriority
value: V3IncidentsTagsIncidentPriority = "P1"

Values

  • "P1"

  • "P2"

  • "P3"

  • "P4"

  • "P5"

Last updated