Skip to content

How do I find free IP addresses?

Requires Basic

Notory doesn’t run a separate “free IP” calculator — instead, it tells addresses apart by their status. Free addresses carry the status Available. In the Network module, you spot them in the IP Addresses tab by the status column; via the API, you filter the list on status = available.

Included in all plans from Basic onward.

  1. Open the “IP Addresses” tab. Choose Network → IP Addresses. The list is sorted by address in ascending order.

  2. Filter by status “Available”. Use search or sort the status column to narrow the list down to addresses with the status Available. Addresses marked Assigned, Reserved, or Deprecated are occupied or locked.

    The IP address list — free addresses carry the status 'Available'.
  3. Assign the address. Open a free address and link it to an asset — see Assign an IP address to an asset.

  • Status instead of computation: “Free” isn’t a calculated state in Notory — it’s the result of maintained status values. Its accuracy depends on occupied addresses being consistently set to Assigned or Reserved.
  • No server-side filter at the endpoint: GET /network/ips returns all addresses for the tenant; narrowing the list down to free addresses happens in the interface or client-side (see the API example).
  • Subnets as context: IP ranges let you record which address space exists in the first place — but the individual free addresses within it remain the IP entries with status Available.