SoftLayer’s secondary DNS service allows you to use SoftLayer’s name servers as a secondary server to your domain’s name servers. This is accomplished through the use of zone transfers. Each record created within the secondary DNS service defines which zone is transferred, what server it is transferred from, and the frequency that zone transfers occur at. Zone transfers are performed automatically based on the transfer frequency set on the secondary DNS record. Domains created via zone transfer may not be modified by the SoftLayer portal or API.
The secondary DNS service also provides the ability to manually initiate a zone transfer through the SoftLayer_Dns_Secondary::transferNow method. The daemon that performs zone transfers runs once a minute, therefore it could take a full minute for the zone transfer to be completed.
Secondary DNS transfers may periodically generate notification or error messages. Please use the SoftLayer_Dns_Message service to retrieve these notifications.
Convert a secondary DNS record into a primary DNS record.
Create a secondary DNS record.
Create multiple secondary DNS records.
Delete a secondary DNS record
Edit a secondary DNS record.
The SoftLayer account that owns a secondary DNS record.
Search for secondary domains by name.
The domain record created by zone transfer from a secondary DNS record.
The error messages created during secondary DNS record transfer.
Retrieve a SoftLayer_Dns_Secondary record.
The current status of the secondary DNS zone.
Initiate a zone transfer for a secondary DNS record.