Skip to content

McAfee SIEM API Python wrapper 0.3.0

Compare
Choose a tag to compare
@tristanlatr tristanlatr released this 18 Sep 03:53
New features:
	- New core objects structure , external API should not have changed !
	- PARAMS interpolation now are using Template strings for better documentation and safer processing.
		Using Template string allows us to programatically generate the liste of all possibles API calls registered in PARAMS mapping.
	- Use notifyGetTriggeredNotificationDetail when possible to load alarm details: this will only affect version 11.x. Event loaded from AlarmManager might have changed field names if you were using AlarmManager.load_data(events_details=False)
	- Better documentation site !
Fixes:
	- Typo in PARAMS