"SoftLayer_" prefix removed for readability.
[Deprecated] Create registrations for multiple subnets
The subnet registration service has been deprecated.
Create registrations with respective registrars to associate multiple assigned subnets with the provided contact details.
Name | Type | Description |
---|---|---|
templateObjects | SoftLayer_Network_Subnet_Registration[] | An array of SoftLayer_Network_Subnet_Registration objects that you wish to create. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Subnet_Registration]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Subnet_Registration/createObjects'