"SoftLayer_" prefix removed for readability.
Delete an address translation from a network tunnel
Remove an existing address translation from a network tunnel.
Address translations deliver packets to a destination ip address that is on a customer subnet (remote).
NOTE: A network tunnel’s configurations must be applied to the network device in order for an address translation to be deleted.
Name | Type | Description |
---|---|---|
translationId | int | The internal identifier for an address translation that needs to be removed for an IPSec network tunnel. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Tunnel_Module_Context/{SoftLayer_Network_Tunnel_Module_ContextID}/deleteAddressTranslation'