Pynetbox get devices by cluster #9087
Answered
by
candlerb
shanmugara
asked this question in
Q&A
-
I am trying get all |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Apr 9, 2022
Replies: 1 comment 1 reply
-
The REST API filtering is less powerful than the Django filtering, e.g. you can't do |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shanmugara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The REST API filtering is less powerful than the Django filtering, e.g. you can't do
cluster__name="nuc-ganeti"
(and such unimplemented query parameters are silently ignored)