NetBox Integration
Synchronize device inventory with NetBox for a single source of truth.
Setup
- Navigate to Settings → Integrations → NetBox
- Enter your NetBox URL (e.g., https://netbox.company.com)
- Create an API token in NetBox with read permissions
- Paste the token in NetStacks
- Click Test Connection
- Save configuration
# NetBox API token creation:
# 1. Log into NetBox
# 2. Navigate to: Admin → API Tokens
# 3. Create token with read permissions
# 4. Copy token valueSynchronization
Manual Sync
Click Sync Now to pull latest devices from NetBox.
Automatic Sync
Configure scheduled sync in Settings → Integrations → NetBox:
- Sync interval (hourly, daily, weekly)
- Filter by site, region, or tag
- Choose to add new devices only or update existing
Note
Sync is one-way from NetBox to NetStacks. Changes in NetStacks don't push back to NetBox.
Field Mapping
| NetBox Field | NetStacks Field |
|---|---|
| name | name |
| primary_ip | hostname |
| platform.slug | device_type |
| site.name | location |
| tags | tags |
| comments | notes |