Table of Contents

Create Record

Method Name: createRecord
Description: Creates a new DNS record within an already existing DNS zone.
WSDL URL: https://api.durabledns.com/services/dns/createRecord.php?wsdl

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” or “www.example.com.”
type —— DNS record type – A, AAAA, CNAME, HINFO, MX, NS, PTR, RP, SRV, or TXT
data —— Data for record
aux —— Preference, priority, or weight of record (optional)
ttl —— Time-to-live for record in seconds
ddns_enabled —— Allow Dynamic DNS API Updates (Y or N)

Output

return —— Unique numeric record ID

 
soap/createrecord.txt · Last modified: 2019/05/16 09:32 by DurableDNS Support