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]: Ability to programmatically import device types #6

Closed abhi1693 closed 6 months ago

abhi1693 commented 1 year ago

NetBox version

v3.4.3

Feature type

Add a function

Proposed functionality

Provide a way to either import the device types using API or other programmatic calls.

Use case

In my workflow, I get the device type from the bare metal server but if it does not exist in the database, the execution fails. At this point, someone has to import the type manually using the plugin. This is a cumbersome task to do when most of the other tasks are running automatically to update the information on NetBox.

External dependencies

No response