"SoftLayer_" prefix removed for readability.
[Deprecated] Modify the link between a SoftLayer_Network_Subnet_Registration object and two SoftLayer_Account_Regional_Registry_Detail objects simultaneously.
The subnet registration service has been deprecated.
This method modifies a single registration by modifying the current SoftLayer_Network_Subnet_Registration_Details objects that are linked to that registration.
Name | Type | Description |
---|---|---|
personObjectSkeleton | SoftLayer_Network_Subnet_Registration_Details | |
networkObjectSkeleton | SoftLayer_Network_Subnet_Registration_Details |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Subnet_Registration_Details, SoftLayer_Network_Subnet_Registration_Details]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Subnet_Registration/editRegistrationAttachedDetails'