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!

CB Response: How to Use API to Enable Alert for Watchlist

CB Response: How to Use API to Enable Alert for Watchlist

Environment

  • CB Response: All versions

Question

After creating a new watchlist, how to use API to enable alert for the watchlist?

Answer

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

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
348
Contributors