pynetbox icon indicating copy to clipboard operation
pynetbox copied to clipboard

Python API client library for Netbox.

Results 83 pynetbox issues
Sort by recently updated
recently updated
newest added

### 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...

status: under review
type: feature
complexity: medium

### 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...

type: bug
status: revisions needed

### 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...