Skip to content

recordResponse

No description available in the specification.

FieldTypeRequiredDescription
idrridyesResource Record ID
namefqdnyesFully Qualified Domain Name (FQDN, ending with a period).
autobooleanyesWhether the DNS record is managed automatically by regfish.
activebooleanyesWhether the DNS record is currently active.
ts_createdintegeryesUnix timestamp when the record was created.
ts_updatedintegeryesUnix timestamp when the record was last updated.
typetypeno-
ttlttlnoTime To Live in seconds (60-86400)
annotationstringnoA custom note for this particular record.

Plus the fields of one of these variants:

VariantFields
Adata: ipv4
AAAAdata: ipv6
CNAMEdata: fqdn
CAAflags: integer, tag: string, data: string
ALIASdata: fqdn
MXdata: fqdn, priority: integer
TXTdata: string
{
"id": 0,
"name": "www",
"auto": true,
"active": true,
"ts_created": 0,
"ts_updated": 0,
"type": "A",
"ttl": 600,
"annotation": "string",
"data": "12.12.12.12"
}