Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device Filter - Virtual Chassis #3154

Closed
darcynz opened this issue May 6, 2019 · 2 comments
Closed

Device Filter - Virtual Chassis #3154

darcynz opened this issue May 6, 2019 · 2 comments
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application

Comments

@darcynz
Copy link

darcynz commented May 6, 2019

Environment

Python version: 3.6
NetBox version: 2.5.11)

Proposed Functionality

Would like the ability to filter devices that are virtual chassis.
something like:

http://netbox/api/dcim/devices/?virtual_chassis_id=True

Use Case

Easier to provide ('brief') list of devices that are virtual chassis via url filter query. This would enable requests/queryies against the Netbox device list from other tools (eg Prime).

Database Changes

None

External Dependencies

None

@jeremystretch
Copy link
Member

virtual_chassis_id is the filter used to identify a particular virtual chassis. A new filter would need to be introduced if determining virtual chassis membership as a boolean.

@jeremystretch jeremystretch added the status: under review Further discussion is needed to determine this issue's scope and/or implementation label May 29, 2019
@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application and removed status: under review Further discussion is needed to determine this issue's scope and/or implementation labels Jun 24, 2019
@jeremystretch
Copy link
Member

Adding a boolean filter named virtual_chassis_member.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

2 participants