"SoftLayer_" prefix removed for readability.
Create an SRV record.
Name | Type | Description |
---|---|---|
templateObject | SoftLayer_Dns_Domain_ResourceRecord_SrvType | The SoftLayer_Dns_Domain_ResourceRecord_SrvType object that you wish to create. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Dns_Domain_ResourceRecord_SrvType]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Dns_Domain_ResourceRecord_SrvType/createObject'