<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://durabledns.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://durabledns.com/wiki/feed.php">
        <title>DurableDNS soap</title>
        <description></description>
        <link>http://durabledns.com/wiki/</link>
        <image rdf:resource="http://durabledns.com/wiki/lib/images/favicon.ico" />
       <dc:date>2020-09-07T17:35:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/createjob?rev=1557999131&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/createrecord?rev=1557999144&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/createzone?rev=1557999165&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/deletejob?rev=1557999178&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/deleterecord?rev=1557999325&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/deletezone?rev=1557999266&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/disablebackupmx?rev=1557999365&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/enablebackupmx?rev=1557999352&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/getbackupmx?rev=1557999340&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/getjob?rev=1557999391&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/getrecord?rev=1557999294&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/getzone?rev=1557999229&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/listjobs?rev=1557999378&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/listrecords?rev=1557999280&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/listzones?rev=1557999068&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/updatejob?rev=1557999414&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/updaterecord?rev=1557999311&amp;do=diff"/>
                <rdf:li rdf:resource="http://durabledns.com/wiki/doku.php/soap/updatezone?rev=1557999251&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://durabledns.com/wiki/lib/images/favicon.ico">
        <title>DurableDNS</title>
        <link>http://durabledns.com/wiki/</link>
        <url>http://durabledns.com/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/createjob?rev=1557999131&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:32:11+00:00</dc:date>
        <title>soap:createjob</title>
        <link>http://durabledns.com/wiki/doku.php/soap/createjob?rev=1557999131&amp;do=diff</link>
        <description>Method Name: createJob

Description: Creates a new monitoring job.

WSDL URL: &lt;https://api.durabledns.com/services/monitoring/job.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

jobname ------ Name of job to create

zonename ------ Name of zone, followed by a dot (.). Example: “example.com.”

record_id ------ Unique numeric ID of DNS record being monitored.

mo…</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/createrecord?rev=1557999144&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:32:24+00:00</dc:date>
        <title>soap:createrecord</title>
        <link>http://durabledns.com/wiki/doku.php/soap/createrecord?rev=1557999144&amp;do=diff</link>
        <description>Method Name: createRecord

Description: Creates a new DNS record within an already existing DNS zone.

WSDL URL: &lt;https://api.durabledns.com/services/dns/createRecord.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

zonename ------ Name of zone to add record to, followed by a dot (.). Example: “example.com.”

name ------ Name of record to create. Example: “www” …</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/createzone?rev=1557999165&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:32:45+00:00</dc:date>
        <title>soap:createzone</title>
        <link>http://durabledns.com/wiki/doku.php/soap/createzone?rev=1557999165&amp;do=diff</link>
        <description>Method Name: createZone

Description: Creates a new DNS zone.

WSDL URL: &lt;https://api.durabledns.com/services/dns/createZone.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

zonename ------ Name of zone to create, followed by a dot (.). Example: “example.com.”

ns ------ Fully-qualified domain name of primary name server for zone. Example: “ns1.durabledns.com.”
…</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/deletejob?rev=1557999178&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:32:58+00:00</dc:date>
        <title>soap:deletejob</title>
        <link>http://durabledns.com/wiki/doku.php/soap/deletejob?rev=1557999178&amp;do=diff</link>
        <description>Method Name: deleteJob

Description: Deletes a monitoring job.

WSDL URL: &lt;https://api.durabledns.com/services/monitoring/job.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

job_id ------ Unique numeric ID of job.</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/deleterecord?rev=1557999325&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:35:25+00:00</dc:date>
        <title>soap:deleterecord</title>
        <link>http://durabledns.com/wiki/doku.php/soap/deleterecord?rev=1557999325&amp;do=diff</link>
        <description>Method Name: deleteRecord

Description: Deletes a DNS record from a zone

WSDL URL: &lt;https://api.durabledns.com/services/dns/deleteRecord.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

zonename ------ Name of zone containing record, followed by a dot (.). Example: “example.com.”

id ------ Unique numeric ID of record to delete</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/deletezone?rev=1557999266&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:34:26+00:00</dc:date>
        <title>soap:deletezone</title>
        <link>http://durabledns.com/wiki/doku.php/soap/deletezone?rev=1557999266&amp;do=diff</link>
        <description>Method Name: deleteZone

Description: Deletes a DNS zone.

WSDL URL: &lt;https://api.durabledns.com/services/dns/deleteZone.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

zonename ------ Name of zone to delete, followed by a dot (.). Example: “example.com.”</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/disablebackupmx?rev=1557999365&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:36:05+00:00</dc:date>
        <title>soap:disablebackupmx</title>
        <link>http://durabledns.com/wiki/doku.php/soap/disablebackupmx?rev=1557999365&amp;do=diff</link>
        <description>Method Name: disableBackupMX

Description: Disables Backup MX service for specified zone

WSDL URL: &lt;https://api.durabledns.com/services/email/disableBackupMX.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

zonename ------ Name of zone to disable Backup MX for, followed by a dot (.). Example: “example.com.”</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/enablebackupmx?rev=1557999352&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:35:52+00:00</dc:date>
        <title>soap:enablebackupmx</title>
        <link>http://durabledns.com/wiki/doku.php/soap/enablebackupmx?rev=1557999352&amp;do=diff</link>
        <description>Method Name: enableBackupMX

Description: Enables Backup MX service for specified zone.

WSDL URL: &lt;https://api.durabledns.com/services/email/enableBackupMX.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

zonename ------ Name of zone to enable Backup MX for, followed by a dot (.). Example: “example.com.”

primarymx ------ Primary mail server to deliver deferred…</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/getbackupmx?rev=1557999340&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:35:40+00:00</dc:date>
        <title>soap:getbackupmx</title>
        <link>http://durabledns.com/wiki/doku.php/soap/getbackupmx?rev=1557999340&amp;do=diff</link>
        <description>Method Name: getBackupMX

Description: Gets the status of Backup MX service for the specified zone

WSDL URL: &lt;https://api.durabledns.com/services/email/getBackupMX.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

zonename ------ Name of zone to check status of, followed by a dot (.). Example: “example.com.”</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/getjob?rev=1557999391&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:36:31+00:00</dc:date>
        <title>soap:getjob</title>
        <link>http://durabledns.com/wiki/doku.php/soap/getjob?rev=1557999391&amp;do=diff</link>
        <description>Method Name: getJob

Description: Retrieves details of a monitoring job.

WSDL URL: &lt;https://api.durabledns.com/services/monitoring/job.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

job_id ------ Unique numeric ID of job.</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/getrecord?rev=1557999294&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:34:54+00:00</dc:date>
        <title>soap:getrecord</title>
        <link>http://durabledns.com/wiki/doku.php/soap/getrecord?rev=1557999294&amp;do=diff</link>
        <description>Method Name: getRecord

Description: Get details of a DNS record by unique numeric ID

WSDL URL: &lt;https://api.durabledns.com/services/dns/getRecord.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

zonename ------ Name of zone to containing this record, followed by a dot (.). Example: “example.com.”
recordid ------ Unique numeric ID of DNS record</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/getzone?rev=1557999229&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:33:49+00:00</dc:date>
        <title>soap:getzone</title>
        <link>http://durabledns.com/wiki/doku.php/soap/getzone?rev=1557999229&amp;do=diff</link>
        <description>Method Name: getZone

Description: Get details of DNS zone

WSDL URL: &lt;https://api.durabledns.com/services/dns/getZone.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

zonename ------ Name of zone, followed by a dot (.). Example: “example.com.”</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/listjobs?rev=1557999378&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:36:18+00:00</dc:date>
        <title>soap:listjobs</title>
        <link>http://durabledns.com/wiki/doku.php/soap/listjobs?rev=1557999378&amp;do=diff</link>
        <description>Method Name: listJobs

Description: List all monitoring jobs associated with account

WSDL URL: &lt;https://api.durabledns.com/services/monitoring/job.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/listrecords?rev=1557999280&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:34:40+00:00</dc:date>
        <title>soap:listrecords</title>
        <link>http://durabledns.com/wiki/doku.php/soap/listrecords?rev=1557999280&amp;do=diff</link>
        <description>Method Name: listRecords

Description: Get the list of records for a specified DNS zone

WSDL URL: &lt;https://api.durabledns.com/services/dns/listRecords.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

zonename ------ Name of zone, followed by a dot (.). Example: “example.com.”</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/listzones?rev=1557999068&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:31:08+00:00</dc:date>
        <title>soap:listzones</title>
        <link>http://durabledns.com/wiki/doku.php/soap/listzones?rev=1557999068&amp;do=diff</link>
        <description>Method Name: listZones

Description: List all zones associated with account

WSDL URL: &lt;https://api.durabledns.com/services/dns/listZones.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/updatejob?rev=1557999414&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:36:54+00:00</dc:date>
        <title>soap:updatejob</title>
        <link>http://durabledns.com/wiki/doku.php/soap/updatejob?rev=1557999414&amp;do=diff</link>
        <description>Method Name: updateJob

Description: Updates a monitoring job.

WSDL URL: &lt;https://api.durabledns.com/services/monitoring/job.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

job_id ------ Unique numeric ID of job.

jobname ------ Name of job

zonename ------ Name of zone, followed by a dot (.). Example: “example.com.”

record_id ------ Unique numeric ID of DNS …</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/updaterecord?rev=1557999311&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:35:11+00:00</dc:date>
        <title>soap:updaterecord</title>
        <link>http://durabledns.com/wiki/doku.php/soap/updaterecord?rev=1557999311&amp;do=diff</link>
        <description>Method Name: updateRecord

Description: Updates a DNS record

WSDL URL: &lt;http://api.durabledns.com/services/dns/updateRecord.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

zonename ------ Name of zone containing record, followed by a dot (.). Example: “example.com.”

id ------ Unique numeric ID of DNS record to update

name ------ Name of DNS record

aux -----…</description>
    </item>
    <item rdf:about="http://durabledns.com/wiki/doku.php/soap/updatezone?rev=1557999251&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T09:34:11+00:00</dc:date>
        <title>soap:updatezone</title>
        <link>http://durabledns.com/wiki/doku.php/soap/updatezone?rev=1557999251&amp;do=diff</link>
        <description>Method Name: updateZone

Description: Update DNS Zone

WSDL URL: &lt;https://api.durabledns.com/services/dns/updateZone.php?wsdl&gt;



Input

apiuser ------ Value for authentication – Provided by DurableDNS on the Dashboard

apikey ------ Value for authentication – Provided by DurableDNS on the Dashboard

zonename ------ Name of zone, followed by a dot (.). Example: “example.com.”

ns ------ Fully-qualified domain name of primary name server for zone. Example: “ns1.durabledns.com.”

mbox ------ Email…</description>
    </item>
</rdf:RDF>
