Skip to content

ALIAS

No description available in the specification.

FieldTypeRequiredDescription
typetypeyes(A, AAAA, CNAME, CAA, ALIAS, TXT, MX)
namefqdn_or_subdomainyesFully Qualified Domain Name (FQDN) or subdomain. You can use the @ symbol to represent your apex domain (e.g., example.com). Wildcards are supported.
ttlttlnoTime To Live in seconds (60-86400)
annotationstringnoA custom note for this particular record.
datafqdnyesFully Qualified Domain Name (FQDN, ending with a period).
{
"type": "A",
"name": "www",
"ttl": 600,
"annotation": "string",
"data": "www.example.com."
}