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

V3IncidentsIncidentResponse

Represents an incident.

Fields

Field
Type
Required
Description

id

str

✔️

N/A

service_id

str

✔️

N/A

alert_source_id

str

✔️

N/A

organization_id

str

✔️

N/A

slo_id

Optional[int]

N/A

incident_number

int

✔️

N/A

message

str

✔️

N/A

assigned_to

List[models.V3IncidentsAssignedTo]

✔️

N/A

additional_responders

✔️

N/A

description

str

✔️

N/A

status

str

✔️

N/A

time_of_creation

date

✔️

N/A

updated_at

date

✔️

N/A

last_acknowledged_at

date

N/A

tags

✔️

N/A

logs

List[models.V3IncidentsLogs]

✔️

N/A

analytics

✔️

Incident analytics data.

pinned_messages

List[models.V3IncidentsPinnedMessage]

✔️

N/A

created_by

Optional[str]

N/A

sender_email

Optional[str]

N/A

deleted

bool

✔️

N/A

event_count

int

✔️

N/A

dedup_data

✔️

Deduplication data for an incident.

owner

models.CommonV3RBACOwner

✔️

Represents the RBAC owner of an entity.

access_control

✔️

N/A

relevant_users

List[str]

✔️

N/A

relevant_escalation_policies

List[str]

✔️

N/A

relevant_squads

List[str]

✔️

N/A

relevant_schedules

List[str]

✔️

N/A

relevant_people_logs

✔️

N/A

response_notes

List[models.V3IncidentsResponseNote]

✔️

N/A

attachments

List[str]

✔️

N/A

retrigger_policy

N/A

webform_id

Optional[int]

N/A

webform_submission_id

Optional[int]

N/A

is_child

bool

✔️

N/A

parent

Reference to a merged incident entity.

children

✔️

N/A

did_auto_pause

bool

✔️

N/A

did_auto_pause_timeout

bool

✔️

N/A

auto_pause_ends_at

date

✔️

N/A

manually_marked_transient_alert_feedback_type

str

✔️

N/A

classification_id

int

✔️

N/A

grouped_alert_count

int

✔️

N/A

priority

Represents the priority of an incident.

has_priority

bool

✔️

N/A

snooze_details

✔️

Details about incident snoozing.

did_notification_delay

bool

✔️

N/A

notification_delay_policy

✔️

Policy for delaying notifications.

digest_id

str

✔️

N/A

Last updated