Update Alerts
Update an alert or multiple ones. Allows you to update the status, assign it to a user, add comments with additional info, ect.
note
This endpoint does not support detection IDs prefixed with ldt.
External Documentation
To learn more, visit the CrowdStrike documentation.
Parameters
Parameter | Description |
---|---|
Action Parameters | A comma-separated list of the parameters for the prospective action.As you work on an alert, you’ll often need to update the status, assign it to a user, or add comments with additional info.In most cases, you must provide both the action name, such as updatestatus, and a value, such as inprogress, in the body of the request. Some actions accept empty values.You can perform these actions on alerts:
|
Alert IDs | Comma separated list of alert IDs to get details on. This endpoint does not support detection IDs prefixed with ldt. |
Example Output
{
"meta": {
"query_time": 0.209774393,
"writes": {
"resources_affected": 2
},
"powered_by": "detectsapi",
"trace_id": "8326daf7-d03a-4268-a6f9-8e7195a50ec6"
}
}
Workflow Library Example
Update Alerts with Crowdstrike and Send Results Via Email
Preview this Workflow on desktop