9 months ago
Improved VPG IP Address Mapping
We have improved the functionality of the IP Address Mapping feature in Virtual Private Gateways (VPG), making it easier to manage large numbers of entries efficiently.
Changes to the User Console
We have added a filter to the IP Address Map panel of the VPG configuration > Device LAN settings screen. You can now easily search for entries by IMSI or IP address.
Changes to the Soracom API
The VirtualPrivateGateway:listVirtualPrivateGatewayIpAddressMapEntries API now supports pagination with the following additional request parameters and response headers:
New Request Parameters
Name | Type | Description |
---|---|---|
last_evaluated_key |
string | The last IP address returned from the previous request, equivalent to the value of the x-soracom-next-key response header. By specifying this parameter, the API will return the next page of IP Address Map entries. |
limit |
integer | The maximum number of IP Address Map entries to return. |
New Response Headers
Name | Type | Description |
---|---|---|
x-soracom-next-key |
string | The last IP address returned from the current request. |