grnet / maas2netbox

Enrich NetBox from MaaS gathered information
GNU General Public License v3.0
22 stars 6 forks source link

Replace NetBox HTTP calls with Python module #3

Closed skatsaounis closed 4 years ago

skatsaounis commented 5 years ago

At the moment maas2netbox uses HTTP calls to fetch and update information stored in NetBox.

Use pynetbox[1] to replace the HTTP calls

[1] https://github.com/digitalocean/pynetbox