CNAME
No description available in the specification.
Fields
Section titled “Fields”| 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 |
fqdn | yes | Fully Qualified Domain Name (FQDN, ending with a period). |
Example
Section titled “Example”{ "type": "A", "name": "www", "ttl": 600, "annotation": "string", "data": "www.example.com."}