"SoftLayer_" prefix removed for readability.
Disassociate service subnet from a network tunnel
Disassociate a service subnet from a network tunnel. When a service subnet is disassociated, that customer (remote) subnet on the other end of the network tunnel will not able to communicate with that service subnet on the SoftLayer network.
NOTE: A network tunnel’s configurations must be applied to the network device in order for the disassociation described above to take effect.
Name | Type | Description |
---|---|---|
subnetId | int | The internal identifier of the service subnet to remove. |
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}/removeServiceSubnetFromNetworkTunnel'