Table of Contents

Get Record

Method Name: getRecord
Description: Get details of a DNS record by unique numeric ID
WSDL URL: https://api.durabledns.com/services/dns/getRecord.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 containing this record, followed by a dot (.). Example: “example.com.” recordid —— Unique numeric ID of DNS record

Output

id —— Unique numeric record ID
name —— Name of DNS record
type —— DNS record type – A, AAAA, CNAME, HINFO, MX, NS, PTR, RP, SRV, or TXT
data —— Data for DNS record
aux —— Preference, priority, or weight of record
ttl —— Time-to-live for record in seconds

 
soap/getrecord.txt · Last modified: 2019/05/16 09:34 by DurableDNS Support