DNS Template Schema
Felder
DNS Template Schema
Schema for DNS record templates (e.g. Microsoft 365, Google Workspace)
name
Template name (e.g. "Microsoft 365")
description
Detailed description of what this template configures
provider
Service provider this template is for
microsoft365google_workspacezohoprotonmailmailcowcustomcategory
Template category
emailhostingsecuritycustomisSystem
Whether this is a system-provided template (read-only for tenants)
records
DNS records that will be created when applying this template
type
DNS record type (A, AAAA, CNAME, MX, TXT, etc.)
name
Record name with optional placeholders (e.g. {{domain}})
content
Record content with optional placeholders
ttl
Time to live in seconds
priority
Priority for MX and SRV records
description
Description of what this record does
variables
Variables that the user must provide when applying this template
key
Variable key used in record placeholders (e.g. "verify_token")
label
Display label for the variable input
required
Whether this variable must be provided
helpText
Help text explaining where to find this value
placeholder
Example value shown as placeholder
validation
Regex pattern for input validation
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_templates— Liste, paginiert + filterbarGET /api/v1/dns_templates/<id>— Einzelne EntityPOST /api/v1/dns_templates— AnlegenPATCH /api/v1/dns_templates/<id>— Teil-UpdateDELETE /api/v1/dns_templates/<id>— Soft-DeleteGET /api/v1/dns_templates/<id>/timeline— Audit + Aktivitäten