createObjects


SoftLayer_Dns_Secondary::createObjects

Create multiple secondary DNS records.

Description

Create multiple secondary DNS records. Each record passed to ‘‘createObjects’’ follows the logic in the SoftLayer_Dns_Secondary SoftLayer_Dns_Secondary::createObject method.

Parameters

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