networktocode / ntc-netbox-plugin-onboarding

A plugin for NetBox to easily onboard new devices.
Other
245 stars 46 forks source link

Thola support for the onboarding process #136

Closed nick4me closed 3 years ago

nick4me commented 3 years ago

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
mzbroch commented 3 years ago

Please continue this thread under Nautobot location : https://github.com/nautobot/nautobot/discussions/279