Replies: 2 comments 2 replies
-
|
I figured out how to do this in GraphQL, but that doesn't help me in the UI. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The latest releases of NetBox added filters options for is_not in the UI for most fields, and if you were to filter on is_not you can see it uses the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a hierarchy of locations like this:
Some devices don't belong in a specific room, like access points, so we put them in the 'Floor 1' location. If I filter like
/dcim/devices/?location_id=10138that includes all the child locations too. Is there a way to include only devices which are directly in Floor 1, excluding everything in a room?Beta Was this translation helpful? Give feedback.
All reactions