Giter VIP home page Giter VIP logo

netbox_giftwrap's Introduction

Logo

netbox_giftwrap

Transform NetBox APIs into Business Ready formats

Installing netbox_giftwrap

To install netbox_giftwrap there are a few simple steps:

Ubuntu Linux

The following instructions are based on Windows WSL2 and Ubuntu however any flavour of Linux will work with possibly slightly different commands.
Confirm Python 3 is installed
$ python3 -V
Python 3.9.10
Create and activate a virtual environment
$ sudo apt install python3-venv
$ python3 -m venv netbox_giftwrap
$ source netbox_giftwrap/bin/activate
(netbox_giftwrap)$
Install the netbox_giftwrap
(netbox_giftwrap)$pip install netbox_giftwrap
Create an output folder
(netbox_giftwrap)$mkdir output

Windows

Create and activate a virtual environment

C:\>python3 -m venv netbox_giftwrap
C:\>netbox_giftwrap\Scripts\activate
(netbox_giftwrap) C:\>

Install netbox_giftwrap

(message_room)$pip install netbox_giftwrap
Create an output folder
(netbox_giftwrap)$mkdir output

Using the bot

Run the bot as an interactive session

(netbox_giftwrap)$ cd output
(netbox_giftwrap)$~/output/netbox_giftwrap.py

The form questions:

Question 1 - NetBox URL:

Enter the URL of your NetBox instance (e.g. https://demo.netbox.dev):

This can be set as an environment variable

Question 2 - NetBox API Token:

Enter your NetBox API Token - you can create / retrieve one from https://URL/user/api-tokens/

This can be set as an environment variable

Question 3 - NetBox API:

The NetBox API you want to transform.

You can use "?" to list all available APIs.

You can use "all" to transform all available APIs.

The list of currently available APIs:

aggregates asns cables circuit-terminations circuit-types circuits cluster-groups cluster-types clusters console-port-templates console-ports contact-assignments contact-groups contact-roles contacts device-bay-templates device-bays device-roles device-types devices front-port-templates front-ports groups interface-templates interfaces inventory-items ip-addresses ip-ranges locations manufacturers module-bay-templates module-bays module-types modules platforms power-feeds power-outlet-templates power-outlets power-panels power-port-templates power-ports prefixes provider-networks providers rack-reservations rack-roles racks rear-port-templates rear-ports regions rirs roles route-targets service-templates services site-groups sites status tenant-groups tenants tokens users virtual-chassis virtual-interfaces virtual-machines vlan-groups vlans

Question 4 - Filetype Filetype (none, json, yaml, html, csv, markdown, mindmap, mp3, all)[none]:

If you do not select a filetype the NetBox API JSON will print to the screen.

You can select "all" to transform the NetBox API into all available filetypes.

The MindMaps require the VS Code markmap extension to render them inside the IDE.

It is recommended to use Excel Preview VS Code extension to preview the CSV output files.

Mindmap and MP3 generate 1 file-per result.

netbox_giftwrap's People

Contributors

aopdal avatar automateyournetwork avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.