netbox
Netbox-Python
Installation
pip install netbox-python
Usage
from netbox_python import NetBoxClient, Result
nb = NetBoxClient(
base_url="http://127.0.0.1:8000/", token="1dc6fa5bfcef8390dd83a261c36ed8f1551b2d6b"
)Pynetbox
Installation
pip install pynetbox
Reference
https://github.com/netbox-community/netbox-python/
Last updated