Replies: 1 comment 1 reply
-
Netbox version? |
Beta Was this translation helpful? Give feedback.
1 reply
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'm hoping this is as simple as it sounds... I want to get a list of devices at a particular site by name. The GraphiQL editor UI suggests that
site
is a valid filter, but it's not working.This query returns all device at all sites, as if the filter is completely ignored.
If I use
site_id
in the filter, it works correctly, but I don't want to do that because I don't know the ID in this case.Beta Was this translation helpful? Give feedback.
All reactions