How to list the incidents and threats through api in bitdefender gravityzone. I also check in the documentation, but in documentation also but I can't find any api call for listing the incidents and threats.
So how do I list it through api.
Hello @T_AJ and welcome to the Community.
What I would suggest is to use setpushevents. You can follow the instructions from this article:
https://www.bitdefender.com/business/support/en/77211-135319-setpusheventsettings.html#UUID-a15f3d66-01b7-cdc2-d7b8-3c33db00a4b5
There is no option to getincidentslist.
Regards,
Alex
Thanks for your response,
But I want to know that how can I list all the incidents find in the system through api I don't want to push any data to anywhere. So how can I list it through api ?
Hi,
See if you can use the reports according to this article:
https://www.bitdefender.com/business/support/en/77211-135313-reports.html#UUID-c7fedfb0-4ea2-b543-71f1-85f7fae6e02c
is there anything in the works to add a get incidents feature added to the API?
Hello @nambe ,
Just to clarify, you cannot retrieve through a specific API upon request the incidents and threats, you can use the setPushEventSettings API to enable specific event types such as "new incidents" to be sent somewhere (to your SIEM for example).
The full list of events that GravityZone can send are listed here: https://www.bitdefender.com/business/support/en/77211-135324-event-types.html
Additionally, you can retrieve through API, Reports on incidents from GravityZone. If you need a specific API to retrieve incidents you can open a feature request for this through our webform: https://www.bitdefender.com/en-us/support/contact-us
Kind Regards,
Andrei