networktocode/ntc-netbox-plugin-onboarding

Thola support for the onboarding process

nick4me opened this issue · 1 comments

In our organization we are using Thola to identify and read inventory data of network devices (via SNMP).
We are using the Thola REST API for it. The responses / data structures are JSON and easy to parse.

Project URL is: https://github.com/inexio/thola
It seem that is would be useful to have Thola support during the netbox (and for us the ongoing nautobot) onboarding process too.

What do you think about this feature?

Use Case

 $ thola identify 10.1.3.4
 
 Device: 
   Class: ceraos/ip10
   Properties: 
     Vendor: Ceragon
     Model: IP-10
     SerialNumber: 00:0A:25:25:77:67
     OSVersion: 2.9.25-1
 

Please continue this thread under Nautobot location : nautobot/nautobot#279