Skip to main content

API to manage alerts

  • March 18, 2024
  • 2 replies
  • 10 views

migueltubia
Forum|alt.badge.img+4

Hi,

is there any API endpoint to manage alerts? We'd like to be able to close alerts from scripting and external systems.

Thanks.

M.

2 replies

David-French
Staff
Forum|alt.badge.img+9

Chronicle's REST API has a method that can be used to update alerts. The documentation can be found here.


DanDye
Staff
Forum|alt.badge.img+5
  • Staff
  • July 23, 2024

Chronicle's REST API has a method that can be used to update alerts. The documentation can be found here.


@migueltubia, we also recently shared a Python module that calls the legacyUpdateAlert API method that David referred to. You can find it here:
https://github.com/chronicle/api-samples-python/blob/master/detect/v1alpha/update_alert.py