Update alert properties including status, notes, and tags.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/utmstack/UTMStack/llms.txt
Use this file to discover all available pages before exploring further.
Update Alert Status
Update the status of one or more alerts.Request Body
Array of alert IDs to update
New status code (1=Auto Review, 2=Open, 3=In Progress, 4=Completed, 5=Incident Created)
Notes describing the status change
Whether to add a false positive tag (only applicable when status=4)
Update Alert Notes
Add or update notes for a specific alert.Query Parameters
The ID of the alert to update
Request Body
Plain text string containing the notes.Update Alert Tags
Add or update tags for one or more alerts.Request Body
Array of alert IDs to tag
Array of tag names to apply
Whether to create an automatic tagging rule based on these tags
Convert to Incident
Convert one or more alerts into an incident for investigation.Request Body
Array of alert/event IDs to include in the incident
Name for the new incident
ID of existing incident to add alerts to (optional)
Source/origin of the incident