Mario

Results 6 comments of Mario

I have the same requirement: get an inventory of all devices with all their interfaces. You can run the script python netbox.py -c netbox.interfaces.yml --list and in the netbox.interfaces.yml you...

Workaround in pytos\common\rest_requests.py insert `from collections import abc as collections` instead of the top line

It is a pity that Pytos does not run on MacOS and Windows. For production we have it running under Debian and Suse and RedHat.

Could you share some instructions how to attach the remote debugger, please?

In theorie yes. If you re-send your cookie bag to the web server, it should allow the request. But in the real world you need to test it. If there...

If I understood the netbox.netbox.nb_inventory right it is able to generate a dynamic inventory in a generic way. With your addition it would also be able to export the inventory...