mfesiem / msiempy

McAfee SIEM API Python wrapper
https://mfesiem.github.io/docs/msiempy/msiempy.html
MIT License
23 stars 9 forks source link

Fixing Alarms and devices to work with 11.2.1. #23

Closed andywalden closed 5 years ago

andywalden commented 5 years ago

Added support for private methods NOTIFY_GETTRIGGEREDNOTIFICATIONDETAIL and SYS_GETSYSINFO to work around API changes in 10.3.4 and 11.2.0.

Still work to be done to fix relevant tests and confirm fix implementations.