2018-05-18 12:36:38 -04:00
|
|
|
# NetboxPS
|
|
|
|
|
###### Powershell Netbox API module
|
|
|
|
|
|
|
|
|
|
# Disclaimer
|
2020-04-09 16:33:10 -04:00
|
|
|
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.
|
2018-05-18 12:36:38 -04:00
|
|
|
|
|
|
|
|
# Description
|
2021-03-30 16:34:51 +02:00
|
|
|
This module is a wrapper for the [Netbox](https://github.com/netbox-community/netbox) API.
|
2018-05-18 12:36:38 -04:00
|
|
|
|
|
|
|
|
# Usage
|
2021-03-30 16:34:51 +02:00
|
|
|
1. Install module from the `netboxPS` folder
|
2018-05-18 12:36:38 -04:00
|
|
|
2. Import module
|
2021-03-30 16:34:51 +02:00
|
|
|
3. Connect to an API endpoint by using `Connect-NetboxAPI -Hostname netbox.example.com`
|