recordRequestFQDN
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
name | fqdn | yes | Fully Qualified Domain Name (FQDN, ending with a period). |
type | type | no | - |
ttl | ttl | no | Time To Live in seconds (60-86400) |
annotation | string | no | A custom note for this particular record. |
Plus the fields of one of these variants:
| Variant | Fields |
|---|---|
A | data: ipv4 |
AAAA | data: ipv6 |
CNAME | data: fqdn |
CAA | flags: integer, tag: string, data: string |
ALIAS | data: fqdn |
MX | data: fqdn, priority: integer |
TXT | data: string |
Example
Section titled “Example”{ "name": "www", "type": "A", "ttl": 600, "annotation": "string", "data": "12.12.12.12"}