createSubnetRouteUpdateTransaction


SoftLayer_Network_Subnet::createSubnetRouteUpdateTransaction

Deprecated

create a new transaction to modify a subnet route.

Description

DEPRECATED This endpoint is deprecated in favor of the more expressive and capable SoftLayer_Network_Subnet::route, to which this endpoint now proxies. Refer to it for more information.

Similarly, unroute requests are proxied to SoftLayer_Network_Subnet::clearRoute.


Parameters

Name Type Description
newEndPointIpAddress string The IP address to route the subnet to

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Subnet/{SoftLayer_Network_SubnetID}/createSubnetRouteUpdateTransaction'