Onemind-Services-LLC / netbox-metatype-importer

Easy import Device and Module types from GitHub repo
Apache License 2.0
43 stars 7 forks source link

[Feature]: Use datasource and netbox-initializer to improve the code #21

Open abhi1693 opened 1 year ago

abhi1693 commented 1 year ago

NetBox version

v3.5.1

Feature type

New Model to plugin

Proposed functionality

Add a new model that provides support to connect with multiple data source. All the custom import functionality may be removed if netbox-initializers is used for import functionality.

Use case

I want to utilize the public device type library with my own private one to provide UI and API for the import.

External dependencies

abhi1693 commented 1 year ago

It turns out the initializer does not use standard yaml keys, so it's not possible to use it in its current form

abhi1693 commented 6 months ago

need to figure out how we can replace github graphql API in favour of nebtox datasources