Get a list of IPs by ids #12364
Unanswered
arnaud-barre
asked this question in
Q&A
Replies: 1 comment
-
This is already possible. You just need to use this format: |
Beta Was this translation helpful? Give feedback.
0 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.
-
NetBox version
v3.4.9
Feature type
Change to existing functionality
Proposed functionality
It could be great to have APIs to retrieve a list of objects by a list of ids. For exemple, it could be great to have /ipam/ip-addresses/?ids=1234,4567,7895
This could be done for all objects (prefixes, tags, ...) and could avoid to have multiple rest request to retrieve this list of objects.
Use case
Retrieve a list of objects by a list of ids :
For example : /ipam/ip-addresses/?ids=1234,4567,7895
Database changes
No response
External dependencies
No response
Beta Was this translation helpful? Give feedback.
All reactions