Powershell module for Netbox
Find a file
Ben Claussen 13b00d4fc9
v1.3.2 (#6)
* Add `OPTIONS` method validation

* Remove parameter validation as workaround for CHOICES API endpoint until further testing

* Add help block for Get-NetboxTenant

* SkipConnectedCheck for Get-NetboxAPIDefinition

* Correct help block for New-NetboxIPAMAddress

* Add parameter position 0 for 'Address' in Get-NetboxIPAMAddress

* Allow pipeline input for Address parameter in New-NetboxIPAMAddress

* Update parameter types

* Add parameter sets and logic for ID/Query searches

* Add Get-NetboxDCIMSite

* Update psproj

* Update deploy.ps1

* Move Get-NetboxCircuit

* Add Circuit cmdlets
- New-NetboxCircuit
- Get-NetboxCircuitProvider
- Get-NetboxCircuitTermination
- Get-NetboxCircuitType

* Update deploy script output path

* Update Set-NetboxIPAMAddress
- Replace Interface parameter with Assigned_Object_Type and Assigned_Object_Id
- Add validation logic for Assigned_Object_ parameters
- Change Status parameter to string

* Add Get-ModelDefinition function

* Update psproj

* Update deploy.ps1 variables

* Update exported files

* Remove references to `_choices` API calls

* Add Postman collection

* Add Postman collection

* Update deploy.ps1

* Add Set-NetboxIPAMPrefix function

* Increment version to 1.3.0

* Increment version to 1.3.2

Co-authored-by: Ben Claussen <claussen@neonet.org>
2021-03-30 11:02:26 -04:00
Functions (WIP) Enhance IPAM Address (#4) 2021-03-30 10:34:25 -04:00
NetboxPS v1.3.2 (#6) 2021-03-30 11:02:26 -04:00
Postman Version 1.3.0 (#3) 2021-03-25 16:52:08 -04:00
Tests Begin writing tests 2019-12-10 15:10:02 -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 Version 1.3.0 (#3) 2021-03-25 16:52:08 -04:00
LICENSE Add license 2018-05-18 12:19:15 -04:00
NetboxPS.psd1 v1.3.2 (#6) 2021-03-30 11:02:26 -04:00
NetboxPS.psm1 Version 1.3.0 (#3) 2021-03-25 16:52:08 -04:00
NetboxPS.psproj Version 1.3.0 (#3) 2021-03-25 16:52:08 -04:00
NetboxPS.psproj.bak Project file updates 2018-10-18 12:56:18 -04:00
README.md Update readme (#5) 2021-03-30 10:34:51 -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.

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