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
Currently the API /ipam/prefixes/n/available-ips seems to return all free IP addresses in a given prefix.
This list can be filtered further in the system that calls the API but instead of re-implementing the same functionality again and again in various languages, some of which can be quite "rudimentary" with no lambdas for example, I was wondering if other users would see value in an additional parameter to the API:
Return a list of x contiguous available IP addresses. I could not come up with a good name for such a parameter.
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.
-
Currently the API
/ipam/prefixes/n/available-ips
seems to return all free IP addresses in a given prefix.This list can be filtered further in the system that calls the API but instead of re-implementing the same functionality again and again in various languages, some of which can be quite "rudimentary" with no lambdas for example, I was wondering if other users would see value in an additional parameter to the API:
Beta Was this translation helpful? Give feedback.
All reactions