-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
NetBox version
4.4.2
Feature type
Change to existing functionality
Proposed functionality
Currently, the Site list view (/dcim/sites/) does not display the number of Circuits associated with each Site, even though this information is available via the API (/api/dcim/sites/ → circuit_count field).
It would be very useful to include this count directly in the Site table view, similar to how device counts are displayed.
Use case
For network teams managing multiple locations, being able to see the circuit count at a glance helps with:
Quickly identifying which sites have active WAN links
Capacity planning and troubleshooting connectivity issues
Reducing the need to open each site individually or use the API
Database changes
No response
External dependencies
This enhancement would make the Site table more informative and consistent with other object views that already display related object counts.