Deprecated
create a SWIP transaction for a subnet
Description
DEPRECATED
This function is used to create a new SoftLayer SWIP transaction to register your RWHOIS data with ARIN. SWIP transactions can only be initiated on subnets that contain more than 8 IP addresses.
Parameters
None
Required Headers
Optional Headers
Return Values
Error Handling
- Exception thrown if a SWIP is attempted on a private network subnet.
- Exception thrown if a SWIP is attempted on a subnet smaller than 8 IP addresses.
- Exception thrown if a SWIP is attempted on a subnet that already has a SWIP transaction in progress.
- Exception thrown if an active registration already exists
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Subnet/{SoftLayer_Network_SubnetID}/createSwipTransaction'