Add local_context_data filter for virtual machines #3145

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

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

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.8
  • NetBox version: 2.6.11

Proposed Functionality

Add a local_context_data filter for virtual machines, similar to what exists now for devices.

Use Case

#3028 introduced a local_context_data filter for devices but not virtual machines. As the VirtualMachine model also has a local_context_data field, it makes sense to include a filter for it as well.

Database Changes

None

External Dependencies

None

Originally created by @jeremystretch on GitHub (Jan 10, 2020). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.8 * NetBox version: 2.6.11 ### Proposed Functionality Add a `local_context_data` filter for virtual machines, similar to what exists now for devices. ### Use Case #3028 introduced a `local_context_data` filter for devices but not virtual machines. As the VirtualMachine model also has a `local_context_data` field, it makes sense to include a filter for it as well. ### Database Changes None ### External Dependencies None
adam added the status: acceptedtype: feature labels 2025-12-29 18:26:06 +01:00
adam closed this issue 2025-12-29 18:26:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3145