NETBOX - NetBox VLAN Device List Discovery.sh: Revision history

From IT-Arts.net

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 June 2026

19 June 2026

  • curprev 09:5609:56, 19 June 2026 Admin talk contribs 4,381 bytes +4,381 Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == NetBox_VLAN_Device_List_Discovery.sh == <nowiki> #!/usr/bin/env bash set -euo pipefail ############################################################################### # INTERACTIVE CONFIG ############################################################################### read -rp "NetBox URL (e.g. https://netbox.example.com): " NETBOX_URL read -rsp "NetBox API Token (v1):..."