findMyTransactions


SoftLayer_Network_Subnet_Swip_Transaction::findMyTransactions

Deprecated

returns SWIP transaction objects that are currently in transaction with ARIN.

Description

DEPRECATED This function will return an array of SoftLayer_Network_Subnet_Swip_Transaction objects, one for each SWIP that is currently in transaction with ARIN. This includes all swip registrations, swip removal requests, and SWIP objects that are currently OK.

Parameters

None

Required Headers

Optional Headers

Return Values

Error Handling

  • Exception thrown if this method is attempted on a subnet not owned by the user.
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Subnet_Swip_Transaction/findMyTransactions'