Powershell module for Netbox
Find a file
2023-02-15 15:39:36 -05:00
.github/workflows Add release.(yml) Github Actions (#21) 2021-07-23 16:12:46 -04:00
.vscode Fix PSSA Warning (#20) 2021-07-23 16:06:42 -04:00
Functions Add Get-NetboxContact function 2023-02-15 15:39:36 -05:00
NetboxPS 1.5.6 - production function exports 2022-12-06 13:36:44 -05:00
Postman Version 1.3.0 (#3) 2021-03-25 16:52:08 -04:00
Tests Remove unnecessary file headers 2022-12-06 13:34:52 -05:00
.gitignore Add deploy.ps1 for PSS deploy workaround 2020-04-09 09:57:59 -04:00
_config.yml Set theme jekyll-theme-slate 2020-12-08 09:29:51 -05:00
deploy.ps1 Remove unnecessary file headers 2022-12-06 13:34:52 -05:00
LICENSE Add license 2018-05-18 12:19:15 -04:00
NetboxPS.psd1 1.5.6 - production function exports 2022-12-06 13:36:44 -05:00
NetboxPS.psm1 Add explicit FunctionsToExport 2022-12-06 13:35:47 -05:00
NetboxPS.psproj Remove old ThrowNetboxRESTError function 2021-09-10 12:44:48 -04:00
NetboxPS.psproj.bak Project file updates 2018-10-18 12:56:18 -04:00
README.md Update readme 2021-07-23 16:15:46 -04:00

NetboxPS

Powershell Netbox API module

Disclaimer

This module is beta. Use it at your own risk. I have only added functions as I have needed them, so not everything is available.

All functions are exported at the moment, including internal/private functions.

Description

This module is a wrapper for the Netbox API.

Usage

  1. Install module from the netboxPS folder
  2. Import module
  3. Connect to an API endpoint by using Connect-NetboxAPI -Hostname netbox.example.com

Notes

I started this project years ago with Powershell Studio using the built in deployment methods, learning Git, and learning PS best practices. So please forgive any "obvious" mistakes 😅 Over time I have had to adjust my methods for deployment... change the design of functions, and refactor code as I learn new and better things.

This was built out of a need at my job to interact with Netbox for automation. Only recently has it become a "public" project with other collaborators (which I truly appreciate!). I have done my best to ensure each function does exactly one thing according to the API.

I will do my best to keep up, but please understand it is given attention as I can at work. As time permits, I will open issues for TODOs for things I have wanted to do for a while, just haven't had time or enough "need" to do them.

Contributing

I am always open to suggestions for improvement with reasons and data to back up the suggestion.