createObjects


SoftLayer_Dns_Domain::createObjects

Create multiple domains at once.

Description

Create multiple domains on the SoftLayer name servers. Each domain record passed to ‘‘createObjects’’ follows the logic in the SoftLayer_Dns_Domain ‘‘createObject’’ method.

Parameters

Name Type Description
templateObjects SoftLayer_Dns_Domain[] An array of SoftLayer_Dns_Domain 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_Dns_Domain]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Dns_Domain/createObjects'