pynetbox
pynetbox copied to clipboard
Python API client library for Netbox.
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...
Closes: #431
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...
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...
[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,...
Implements #392.
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...