Skip to content

Commit b7b5f6c

Browse files
kaiseroKyle ParrishOliver Kaiser
authored
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 <arnydo@gmail.com> Co-authored-by: Oliver Kaiser <ok@ong.at>
1 parent 3e09180 commit b7b5f6c

File tree

7 files changed

+219
-99
lines changed

7 files changed

+219
-99
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.1.7
2+
3+
## Bugfixes
4+
5+
Fixed issue where reauth was not triggered correctly
6+
7+
## Enhancements
8+
9+
Added health alert api calls for 6.7.0
10+
Added additional id_by_name operations
11+
Added better logging for requests
12+
113
# 0.1.6
214

315
## Bugfixes

0 commit comments

Comments
 (0)