"SoftLayer_" prefix removed for readability.
[Deprecated] Create a new association between a SoftLayer_Network_Subnet_Registration object and a SoftLayer_Account_Regional_Registry_Detail object.
The subnet registration details service has been deprecated.
This method will create a new SoftLayer_Network_Subnet_Registration_Details object.Input - SoftLayer_Network_Subnet_Registration_Details
detailId
registrationId
Name | Type | Description |
---|---|---|
templateObject | SoftLayer_Network_Subnet_Registration_Details | The SoftLayer_Network_Subnet_Registration_Details object that you wish to create. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Subnet_Registration_Details]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Subnet_Registration_Details/createObject'