Entity · dns_records
DNS Record Schema
Felder
DNS Record Schema
Schema for DNS records linked to domain assets
assetId
Reference to the parent domain asset
domainName
Fully qualified domain name (denormalized)
1–253 Zeichen
inwxRecordId
INWX record ID for synchronization
read-onlynullable
type
DNS record type
Werte
AAAAACNAMEMXTXTSRVNSCAASOAPTRTLSASSHFPNAPTRDSLOCALIASname
Record name (subdomain or @ for root)
1–253 Zeichen
content
Record value/content
1–4096 Zeichen
ttl
Time to live in seconds
60 – 86400
priority
Priority for MX and SRV records
0 – 65535nullable
weight
Weight for SRV records
0 – 65535nullable
port
Port for SRV records
0 – 65535nullable
description
User documentation for this record (e.g. "Mailserver Hetzner")
max 500 Zeichennullable
source
How this record was created
Werte
manualinwx_synctemplateacmetemplateId
DNS template ID if created from a template
nullable
linkedAssetId
Linked asset (e.g. server with this IP address)
nullable
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/dns_records— Liste, paginiert + filterbarGET /api/v1/dns_records/<id>— Einzelne EntityPOST /api/v1/dns_records— AnlegenPATCH /api/v1/dns_records/<id>— Teil-UpdateDELETE /api/v1/dns_records/<id>— Soft-DeleteGET /api/v1/dns_records/<id>/timeline— Audit + Aktivitäten