Skip to content

A

No description available in the specification.

Field Type Required Description
type type yes (A, AAAA, CNAME, CAA, ALIAS, TXT, MX)
name fqdn_or_subdomain yes Fully Qualified Domain Name (FQDN) or subdomain. You can use the @ symbol to represent your apex domain (e.g., example.com). Wildcards are supported.
ttl ttl no Time To Live (60-604800)
annotation string no A custom note for this particular record.
data ipv4 yes
{
"type": "A",
"name": "www",
"ttl": 600,
"annotation": "string",
"data": "12.12.12.12"
}