NAUTI NetBox
NetBox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. NAUTI Netbox can be used as either an Origin or Target.
NAUTI Collection Model Compatibility
| Name | Fetch | Add | Update | Delete |
|---|---|---|---|---|
| devices | ||||
| interfaces | ||||
| ipaddrs | ||||
| portchans | ||||
| sites |
Configuration
As mentioned within Architecture the nauti-netbox package requires a configuration file to function correctly. Environment variables can be used to hide credentials.
[netbox.default]
url = "$NETBOX_ADDR"
credentials.token = "$NETBOX_TOKEN"
options.timeout = 60
Filtering
nauti-netbox supports API filtering using the Netbox Rest API filtering technique. Information regarding the filters can be found within the Netbox documentation.
Source Code: https://github.com/nauti-netdev/nauti-netbox