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

V3IncidentsPostmortemsPostmortemStatus

Represents the status of a postmortem.

Example Usage

from squadcast.models import V3IncidentsPostmortemsPostmortemStatus
value: V3IncidentsPostmortemsPostmortemStatus = "in_progress"

Values

  • "in_progress"

  • "under_review"

  • "published"

Last updated