Skip to content

dnsZoneRecordResponse

Superset record representation returned by the detailed zone endpoint. Record-specific fields such as priority, flags, or tag are included when applicable.

FieldTypeRequiredDescription
idrridyesResource Record ID
namestringyesRecord owner name. Apex records are returned as @; other records use their fully-qualified name.
typestringyes-
datastringno-
priorityintegerno-
flagsintegerno-
tagstringno-
ttlintegeryes-
autobooleanyes-
activebooleanyes-
annotationstringno-
ts_createdintegeryes-
ts_updatedintegeryes-
{
"id": 0,
"name": "string",
"type": "string",
"data": "string",
"priority": 0,
"flags": 0,
"tag": "string",
"ttl": 0,
"auto": true,
"active": true,
"annotation": "string",
"ts_created": 0,
"ts_updated": 0
}