Skip to content

Commit

Permalink
v0.1.7 (#35)
Browse files Browse the repository at this point in the history
* 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
3 people authored Dec 6, 2020
1 parent 3e09180 commit b7b5f6c
Show file tree
Hide file tree
Showing 7 changed files with 219 additions and 99 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.1.7

## Bugfixes

Fixed issue where reauth was not triggered correctly

## Enhancements

Added health alert api calls for 6.7.0
Added additional id_by_name operations
Added better logging for requests

# 0.1.6

## Bugfixes
Expand Down
Loading

0 comments on commit b7b5f6c

Please sign in to comment.