createObject


SoftLayer_Network_Subnet_Registration_Details::createObject

Deprecated

[Deprecated] Create a new association between a SoftLayer_Network_Subnet_Registration object and a SoftLayer_Account_Regional_Registry_Detail object.

Description

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


Parameters

Name Type Description
templateObject SoftLayer_Network_Subnet_Registration_Details The SoftLayer_Network_Subnet_Registration_Details object that you wish to create.

Required Headers

Optional Headers

Return Values

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'