IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

EDR: How to bulk delete triage alerts by report ID

EDR: How to bulk delete triage alerts by report ID

Environment

  • EDR Server: all versions

Objective

How to bulk delete triage alerts by report id.

Resolution

  • Use below query for deleting triage alert in bulk using report id
curl http://127.0.0.1:8080/solr/cbalerts/update?commit=true -H "Content-Type: text/xml" -d '<delete><query>watchlist_id:ReportIDHere</query></delete>'
  • For example if report id is 565571 then query will be as below.
curl http://127.0.0.1:8080/solr/cbalerts/update?commit=true -H "Content-Type: text/xml" -d '<delete><query>watchlist_id:565571</query></delete>'


 

Additional Notes

More fields are available for deleting triage alerts in this query here: REST API Reference CB R 6.3+ - Carbon Black Developer Network

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎08-24-2021
Views:
243
Contributors