You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask whether anyone knows how to make a "partial" API call ... something like https://{{ netbox_ip }}/api/ipam/ip-addresses/?address__ic=10.250 ? I would like to return all ip addresses that start with 10.250 but this does not seem to work. My attempt is based on this https://demo.netbox.dev/static/docs/rest-api/filtering/ ...
I am quite new in Netbox (v3.5.9 in my case) and i might have missed something, that's for sure.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
I would like to ask whether anyone knows how to make a "partial" API call ... something like
https://{{ netbox_ip }}/api/ipam/ip-addresses/?address__ic=10.250? I would like to return all ip addresses that start with10.250but this does not seem to work. My attempt is based on this https://demo.netbox.dev/static/docs/rest-api/filtering/ ...I am quite new in Netbox (v3.5.9 in my case) and i might have missed something, that's for sure.
Anyway, thanks a lot for any hint(s).
BR
k.
Beta Was this translation helpful? Give feedback.
All reactions