Skip to content

Instantly share code, notes, and snippets.

@AdamEldred
AdamEldred / netbox_import.py
Last active December 28, 2021 16:14 — forked from rlaneyjr/netbox_import.py
Import the devicetype-library into NetBox
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# vim: noai:et:tw=80:ts=4:ss=4:sts=4:sw=4:ft=python
'''
Title: netbox_import.py
Description: Insert records from devicetype-library into NetBox
Author: Ricky Laney
Version: 0.1.5
==============================================================================