Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add function to query hitcounts https://developer.cisco.com/site/ftd-api-reference/#!introduction-to-firepower-threat-defense-rest-api/about-the-firepower-threat-defense-rest-api * Fixed #28 #30 and merged #29 * added support for sanitizing list payloads and added tests for _sanitize * added devicegroup and integration api calls * added update related api calls * added hitcounts for prefilter policies and renamed hitcount related functions for accesspolicies * added policy operations and removed get_by_id redundancies * added accespolicy categories and defaultactions api calls * added accesspolicy inheritancesettings api calls * added accesspolicy loggingactions api calls * added s2svpn related api calls * removed unneccessary f-string definitions and renamed device related functions * updated naming * renamed additional functions to match restapi object names * added device vlaninterface, command and metric api calls * removed duplicate refs and renamed some internals * added support for device interfaceevents api calls * added inlineset and devicecopyrequest api calls * added virtualrouter api calls and renamed rule functions * disabled urrlib3 warnings for pytest * updated defaults for fstring interpolation to work correctly and changed _url() to strip trailing slashes * renamed helper functions, added 404 exception * Added updated changelog * added lower to object map for camelcase (api output) to work out of the box * enhanced logging, fixed reauth bug and added some helpers * added additional helpers and fixed s2svpn endpoints functions * updated to version 0.1.7 Co-authored-by: Kyle Parrish <[email protected]> Co-authored-by: Oliver Kaiser <[email protected]>
- Loading branch information