Skip to content

Imports device types found in the NetBox Device Type Library Repository

License

Notifications You must be signed in to change notification settings

haxorof/docker-netbox-devicetype-importer

Repository files navigation

NetBox Device Type Importer

Docker Pulls License CI

This Docker wraps Netbox Device Type Import which helps you imports device types found in the NetBox Device Type Library Repository.

Usage

To use this you will need to set the NETBOX_URLand NETBOX_TOKEN in a file which you then mount into the container under /run/secrets/netbox, example:

docker run --rm -v ${PWD}/netbox:/run/secrets/netbox haxorof/netbox-devicetype-importer:latest

If you want to add some arguments then you can just do that at the end:

docker run --rm -v ${PWD}/netbox:/run/secrets/netbox haxorof/netbox-devicetype-importer:latest --vendors "cisco hpe"

For more details of available arguments please visit Netbox Device Type Import

About

Imports device types found in the NetBox Device Type Library Repository

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published