pynetbox
pynetbox copied to clipboard
Python API client library for Netbox.
### pynetbox version v7.4.1 ### NetBox version v4.1.7 ### Feature type Change to existing functionality ### Proposed functionality Hi, We've built a caching layer to Pynetbox where responses are stored...
### pynetbox version v7.4.1 ### NetBox version v3.7.5 ### Python version 3.12 ### Steps to Reproduce ``` import pynetbox nb = pynetbox.api( 'https://nebboxhost', token='secrettoken' ) scripts = nb.extras.scripts.all() for script...
### Fixes: #660 The return object lookup in `Endpoint` class fails for endpoints with a dash, and falls back to returning a `Record` object instead of the correct Model. Tests...