Alllow filtering console/power/interface connections by device ID #3109

Closed
opened 2025-12-29 18:25:42 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Jan 2, 2020).

Environment

  • Python version: 3.6.8
  • NetBox version: 2.6.9

Proposed Functionality

Add a device_id filter to the following filter sets to allow filtering results by device ID:

  • ConsoleConnectionFilter
  • PowerConnectionFilter
  • InterfaceConnectionFilter

Use Case

Enables filtering by unique device ID in addition to name. This is necessary for robust filter form support (see #3826) as well as to allow filtering by non-named devices.

Database Changes

None

External Dependencies

None

Originally created by @jeremystretch on GitHub (Jan 2, 2020). ### Environment * Python version: 3.6.8 * NetBox version: 2.6.9 ### Proposed Functionality Add a `device_id` filter to the following filter sets to allow filtering results by device ID: * ConsoleConnectionFilter * PowerConnectionFilter * InterfaceConnectionFilter ### Use Case Enables filtering by unique device ID in addition to name. This is necessary for robust filter form support (see #3826) as well as to allow filtering by non-named devices. ### Database Changes None ### External Dependencies None
adam added the status: acceptedtype: feature labels 2025-12-29 18:25:42 +01:00
adam closed this issue 2025-12-29 18:25:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3109