resendSwipData


SoftLayer_Network_Subnet_Swip_Transaction::resendSwipData

Deprecated

Sends updated RWHOIS information to ARIN for a single subnet.

Description

DEPRECATED This function will allow you to update ARIN’s registration data for a subnet to your current RWHOIS data.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Exception thrown if this method is attempted on a subnet not owned by the user.
  • Exception thrown if this SWIP is not in OK status. You cannot update a SWIP unless it is in OK status.
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Subnet_Swip_Transaction/{SoftLayer_Network_Subnet_Swip_TransactionID}/resendSwipData'