Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 760 Bytes

File metadata and controls

14 lines (11 loc) · 760 Bytes

# AddDnsRecordRequest

Properties

Name Type Description Notes
type string DNS record type (A, AAAA, CNAME, MX, TXT, SRV, etc.)
name string The hostname or label for the DNS record
data string The record data (IP address, hostname, text value, etc.)
priority int Priority value (required for MX and SRV records) [optional]
ttl int Time To Live in seconds. Defaults to zone default if not specified. [optional]
comment string Optional comment for the DNS record [optional]

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