CB Response: How to Use API to Enable Alert for Watchlist
book
Article ID: 289658
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
After creating a new watchlist, how to use API to enable alert for the watchlist?
Environment
- CB Response: All versions
Resolution
API:
curl -X PUT -d '{"enabled": true}' -H "Content-Type: app-lication/json" -H "X-Auth-Token: <API_TOKEN>" https://<CbR_master>/api/v1/watchlist/<watchlist id>/action_type/alert
Feedback
thumb_up
Yes
thumb_down
No