Inhaltsverzeichnis

NetBox

NetBox ist eine inventarisierungssoftware (Datacenter Inventory Management oder DCIM) bzw. IP Address Management (IPAM):

Abhängigkeiten:

https://www.youtube.com/watch?v=D5iDdjZMUeo

ansible

plugins

API

abfragen: curl -H "Authorization: Token $TOKEN" -H "Accept: application/json; indent=4" https://$FQDN_NETBOX/api/dcim/sites/

Beispiel IP-Adressen eines Präfix 1.2.3.4/24 anzeigen: curl -H "Authorization: Token $TOKEN" -H "Accept: application/json; indent=4" https://$FQDN_NETBOX/api/ipam/ip-addresses/?parent=1.2.3.4/24