"SoftLayer_" prefix removed for readability.
Create multiple secondary DNS records.
Name | Type | Description |
---|---|---|
templateObjects | SoftLayer_Dns_Secondary[] | An array of SoftLayer_Dns_Secondary objects that you wish to create. |
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'