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

Hello, is there a planned GraphQL queries implementation since Netbox 3.0 support this feature? GraphQL is not part of '/api' endpoint but it has own 'graphql/' path. Is it possible...

I'm running Netbox in a Docker Container behind a reverse proxy. The Record.full_details() method fails because it uses the URL provided in the netbox result that points to 'http://127.0.0.1:8080' There...

If I iterate over all devices as shown in the example code in the documentation it works only once. Ie if I write code like this: ``` >>> devices =...

Netbox - v3.1.6 pynetbox - 6.5.0 Repeatability I think on all versions. Let's look at the request: [https://demo.netbox.dev/api/dcim/racks/?site_id=21&location_id=null](https://demo.netbox.dev/api/dcim/racks/?site_id=21&location_id=null) We'll get racks with no location. If we try to do the...

status: needs owner
type: feature
complexity: medium
app: pynetbox

On front and rear ports the API provides `/path` and not `/trace` which is currently usable by the `.trace()` function on TracableRecords (which front and rear ports seem to be...

type: bug
severity: low
status: needs owner
app: pynetbox

[6.0.0 release notes](https://github.com/netbox-community/pynetbox/releases/tag/v6.0.0) say: "Ends python 2 support." However the code still has `six` and other Python 2 fixes. Maybe drop the Python 2 compatibility code for real in `pynetbox`...

When we do certain resource type get()/all()/filter() operations, the returned objects have class of Record. However, under the situation that each of the above methods are read under certain endpoint,...

I'd suggest adding an issue template here in the GitHub. Nothing too fancy, maybe requesting basic information (versions etc) and if the issue is about a real issue or a...