netbox-community / netbox

The premier source of truth powering network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev
http://netboxlabs.com/oss/netbox/
Apache License 2.0
15.68k stars 2.53k forks source link

Provide utilization on vlan groups #11738

Closed abhi1693 closed 1 year ago

abhi1693 commented 1 year ago

NetBox version

v3.4.4

Feature type

New functionality

Proposed functionality

Add utlization property which adds to the following views

This similar to prefixes and aggregates functionality.

Use case

As an engineer, I'd like to see at a glance how many VLANs are utilized in a group. Using this information via the API, I'd also like to perform certain maintenance tasks in my automation workflow.

Database changes

No response

External dependencies

No response

jeremystretch commented 1 year ago

Seems like a good idea. Related to (but not necessarily blocked by) #9627.

abhi1693 commented 1 year ago

If you want, I can provide a PR for this which in the current form should be good for develop branch