Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.02 KB

ResellerapiSavephdnsrecordsBody.md

File metadata and controls

15 lines (12 loc) · 1.02 KB

ResellerapiSavephdnsrecordsBody

Properties

Name Type Description Notes
sld object Domain name without the Top-Level Domain.
tld object TLD without the leading period.
type1 object Record types.
hostname1 object Hostname with which to associate the DNS record.
address1 object Value depends on `type` given. For A and AAAA records, this is the IP address. For CNAME records, this is the canonical name itself. For MX and MXE records, this is the exchange. For TXT records, this is the TXT data.
ttl1 object DNS TTL (time to live) represents the time each step takes for DNS to cache a record [optional]
priority1 object Priority is for MX and MXE records only. [optional]

[Back to Model list] [Back to API list] [Back to README]