Dns Templates
Alle Operationen rund um Dns Templates.
Datenmodell
Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:
| Entität | Schema-ID | Felder | Sequenz | Permissions |
|---|---|---|---|---|
| DNS Template | dns_template |
7 | — | dns_template_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/dns_templates |
Create dns_template | Create a new dns_template in the active tenant. |
DELETE |
/v1/dns_templates/{id} |
Delete dns_template | Soft delete entity. |
GET |
/v1/dns_templates/{id} |
Get dns_template by id | Fetch a single dns_template. |
GET |
/v1/dns_templates/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/dns_templates/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/dns_templates/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/dns_templates |
List dns_templates | List dns_templates for the active tenant. |
PATCH |
/v1/dns_templates/{id} |
Patch dns_template | JSON Merge Patch update. |
POST |
/v1/dns_templates/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/dns_templates/{id}/transition |
POST /v1/dns_templates/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/dns_templates/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/dns_templates/{id} |
Replace dns_template | Full replace with optimistic locking. |