Skip to content

Commit

Permalink
v0.1.6 (#33)
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

Co-authored-by: Kyle Parrish <[email protected]>
Co-authored-by: Oliver Kaiser <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2020
1 parent 81e568e commit 3e09180
Show file tree
Hide file tree
Showing 9 changed files with 1,077 additions and 411 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# 0.1.6

## Bugfixes

Fixed issue with incorrect default id values

## Enhancements

Added ResourceNotFound exception for 404 errors

Added additional api calls
* s2svpn
* vlaninterfaces
* interfaceevents
* devicecopyrequests
* virtualrouter
* inlinesets
* prefilterpolicy
* prefilterpolicy rules
* accesspolicy defaultaction
* device metrics
* device commands

Added vrf support for applicable device api calls

Renamed get_id functions (removed _by_name suffix)

# 0.1.5

## Bugfixes
Expand Down
Loading

0 comments on commit 3e09180

Please sign in to comment.