This is an old revision of the document!


SOAP API Documentation

Introduction to the SOAP API

The DurableDNS SOAP API provides methods for integration of all of the major functions found within the DurableDNS control panel (http://durabledns.com). The SOAP API can be utilized by most major programming languages including Java, ASP, .NET, and PHP.

Terms and Conditions of Service

The DurableDNS SOAP API is subject to the Terms and Conditions of Service published on the website (http://durabledns.com/tos.html). The SOAP API Documentation is provided for the benefit of the customers of DurableDNS and easyGeek Group LLC. The SOAP API Documentation is provided without warranty, and easyGeek Group LLC shall not be held liable for any loss due to errors or omissions in the Documentation.

Contributed Wrappers

Contributed code is provided without warranty or support by DurableDNS or the contributor. Contributors may include their contact information within the source code at their own discretion.

A customer contributed this .NET wrapper for the DurableDNS SOAP API. The Visual Studio 2008 project files and source code can be downloaded here: dotnetdurablednsapi.zip

A customer contributed this PHP wrapper for the DurableDNS SOAP API. The files can be downloaded here: durablednsphpapi.zip

List of Services

listZones - Retrieve a list of DNS zones associated with your account
getZone - Retrieve a DNS zone
createZone - Create a DNS zone
updateZone - Update a DNS zone
deleteZone - Delete a DNS zone
listRecords - Retrieve a list of records for a specified DNS zone
getRecord - Retrieve a DNS record
createRecord - Create a DNS record
updateRecord - Update a DNS record
deleteRecord - Delete a DNS record

getBackupMX - Get status of Backup MX service for a specified zone
enableBackupMX - Enable Backup MX service for a specified zone
disableBackupMx - Disable Backup MX service for a specified zone

listJobs - List monitoring jobs associated with your account
getJob - Retrieve a monitoring job
createJob - Create a monitoring job
updateJob - Update a monitoring job
deleteJob - Delete a monitoring job

 
soap.1290364940.txt.gz · Last modified: 2010/11/21 18:42 by DurableDNS Support