Oliver Kaiser

Results 5 issues of Oliver Kaiser

Bulk operations fail due to incorrect url formatting. Update operations require a uuid at the moment, but this is not neccessary for bulk operations where a list of items is...

bug

# Direct Internet Access * New APIs were added to enable you to create, view, edit, and delete your Policy Based Routing configuration * New parameters added to existing APIs...

enhancement

Currently if Connection is refused by FMC (e.g. not reachable) ConnectionError is thrown. ``` ConnectionError: HTTPSConnectionPool(host='fmc.example.com', port=443): Max retries exceeded with url: /api/fmc_platform/v1/auth/generatetoken (Caused by NewConnectionError(': Failed to establish a...

enhancement

Currently result caching is achieved using functools lru_cache without cache invalidation for get_id_by_name operations only. The goal is to enable caching by default and add memoization with integrated cache invalidation...

enhancement

When using nxos_ansible module an error is returned when using snmp_community. (see issue #83 @jedelman8/nxos-ansible) If < 2 community strings are configured on the device, the dict returned by NXAPI...