scaleway / netbox-netprod-importer

Poll data from network devices in production and import it into netbox
GNU General Public License v3.0
104 stars 32 forks source link

Increase netbox compatibility related to interconnections #11

Closed aruhier closed 5 years ago

aruhier commented 5 years ago

Since Netbox 2.5, interconnections between devices move to the notion of cables. This importer needed to be changed, what has been done here: #9

The issue now is that this importer is only compatible with Netbox 2.5. The API version should be checked in order to adapt the interconnection mechanism and be compatible with Netbox < 2.5 and >= 2.5.