createObjects


SoftLayer_Network_Subnet_Registration::createObjects

Deprecated

[Deprecated] Create registrations for multiple subnets

Description

The subnet registration service has been deprecated.

Create registrations with respective registrars to associate multiple assigned subnets with the provided contact details.


Parameters

Name Type Description
templateObjects SoftLayer_Network_Subnet_Registration[] An array of SoftLayer_Network_Subnet_Registration objects that you wish to create.

Required Headers

Optional Headers

Return Values

Associated Methods

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'