new
User Interface
API
IP address management updates
As part of a larger overhaul of the IP address space management, emnify has rolled out the following updates:
- On the portal, the IP address space management section has been relocated from the Integrationfolder on the left-hand menu to theDevice Policies
- Customers who handle the IP address space management directly over the REST API shall be advised that the PUT /api/v1/ip_address_space/{address_space_id} https://cdn.emnify.net/api/doc/swagger.html#/IP%20Address%20Spaces/IpAddressSpaceByIdPut entry point is being deprecated in favor of the POST /api/v1/ip_address_space/ https://cdn.emnify.net/api/doc/swagger.html#/IP%20Address%20Spaces/IpAddressSpacePost and will be decommissioned by September 30th, 2024. The main difference is that the POST request specifies an IP address space (as returned in GET /api/v1/ip_address_space/available) in numeric representation rather than an ID.