Tags: kaisero/fireREST
Tags
v1.0.10 (#65) # 1.0.10 [2022-02-19] ## Fixed * incorrect api endpoint for object.dynamicobject (#57, #64). thanks @dheule for providing a fix * missing refs in devicerecord for physicalinterface (#61) * incorrect api endpoint for object.continent (#60) * uuid check issues with object.applicationcategory (#59) * removed incorrect delete calls for device.devicerecord.redundantinterface * removed incorrect delete calls for device.devicerecord.subinterface * removed incorrect delete calls for device.devicerecord.virtualswitch * removed incorrect delete calls for device.devicerecord.virtualtunnelinterface * removed incorrect delete calls for device.devicerecord.vlaninterface
v1.0.9 (#56) * v1.0.5 * v1.0.6 * v1.0.7 * fixed missing hitcount filter impl * v1.0.8 * fixed incorrect update calls * fixed incorrect param ref #54 * added missing retry authentication after reauth (#53) * v1.0.9 Co-authored-by: Oliver Kaiser <[email protected]>
1.0.0 (#36) 1.0.0 is a major overhaul of the existing FireREST codebase. I decided to refactor the whole project to provide a more structured way to interact with FMC. Before 1.0.0 all calls to FMC were provided by a `Client` object which was replaced by `FMC` that provides a hierarchical access to all resources on FMC. ## Enhancements Replaced `Client` object with `FMC` Provide structured access to api objects. e.g. `fmc.policy.accesspolicy.get` Provide more granular error handling using custom exceptions
v0.1.7 (#35) * 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]>
v0.1.5 (#31) * 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 Co-authored-by: Kyle Parrish <[email protected]> Co-authored-by: Oliver Kaiser <[email protected]>
v0.1.5 (#31) * 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 Co-authored-by: Kyle Parrish <[email protected]> Co-authored-by: Oliver Kaiser <[email protected]>
PreviousNext