"SoftLayer_" prefix removed for readability.
Convert a secondary DNS record into a primary DNS record.
A secondary DNS record may be converted to a primary DNS record. By converting a secondary DNS record, the SoftLayer name servers will be the authoritative nameserver for this domain and will be directly editable in the SoftLayer API and Portal.
Primary DNS record conversion performs the following steps:
After the DNS records are converted, the following restrictions will apply to the new domain record:
This change can not be undone, and the record can not be converted back into a secondary DNS record once the conversion is complete.
None
None
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Dns_Secondary/{SoftLayer_Dns_SecondaryID}/convertToPrimary'