We’ve released a new source integration for Nautobot - the network automation platform built on NetBox. You can now sync your Nautobot DCIM inventory into PostgreSQL, BigQuery, Snowflake, and other supported destinations.
What it does
The integration syncs 7 tables covering your physical network infrastructure:
- Devices - network devices with status, serial numbers, and locations
- Locations - sites, buildings, and physical locations
- Racks - rack inventory and utilization
- Device types - device models and form factors
- Manufacturers - hardware vendor information
- Interfaces - network interfaces per device
- Location types - location hierarchy definitions
Once synced, you can query this data with SQL alongside your cloud infrastructure data - for example, cross-referencing Nautobot devices with AWS EC2 instances to correlate physical and cloud workloads.
Getting started
- Generate an API token in Nautobot (User > API Tokens) with DCIM read access
- Configure the integration with your Nautobot host URL and token
- Pick a destination and run your first sync
Full setup details on the Nautobot integration page.
Resources
- Blog post - full walkthrough with SQL examples
- Integration page - configuration reference
- Docs - general setup guide
Questions or feedback? Reply to this thread!