deleteAddressTranslation


SoftLayer_Network_Tunnel_Module_Context::deleteAddressTranslation

Delete an address translation from a network tunnel

Description

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.


Parameters

Name Type Description
translationId int The internal identifier for an address translation that needs to be removed for an IPSec network tunnel.

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Associated Methods

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'