GET /ipam/prefixes/{id}/available-ips/

netboxdemo.com

Summary:
Operation ID: ipam_prefixes_available-ips_read
Auth: unknown
Description

A convenience method for returning available IP addresses within a prefix. By default, the number of IPs returned will be equivalent to PAGINATE_COUNT. An arbitrary limit (up to MAX_PAGE_SIZE, if set) may be passed, however results will not be paginated. The advisory lock decorator uses a PostgreSQL advisory lock to prevent this API from being invoked in parallel, which results in a race condition where multiple insertions can occur.

Parameters (1)

id (integer, path, required)

A unique integer value identifying this prefix.

No probe data for this endpoint yet.