dns API operations
Tenant callers can use 9 current operations at https://dns.eu-central-1.cloud.skippr.io. Call only control-plane or data-plane operations marked supported or implemented; contract stubs and internal operations are not tenant-callable.
- Endpoint:
https://dns.eu-central-1.cloud.skippr.io - Protocol:
cloudJson - SigV4 service:
dns - Target prefix:
CloudDns. - Readiness counts:
{"planned": 2, "supported": 11} - Service guide: dns
- Aggregate reference: all API operations
Tenant-callable control-plane operations
Use these operations to create, inspect, update, list, or delete service resources.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
ListZones | supported | control | CloudDns.ListZones (dns) | typed | typed | yes | JSON contract |
GetZone | supported | control | CloudDns.GetZone (dns) | typed | typed | yes | JSON contract |
CreateZone | supported | control | CloudDns.CreateZone (dns) | typed | typed | yes | JSON contract |
DeleteZone | supported | control | CloudDns.DeleteZone (dns) | typed | typed | yes | JSON contract |
ListRecords | supported | control | CloudDns.ListRecords (dns) | typed | typed | yes | JSON contract |
GetRecord | supported | control | CloudDns.GetRecord (dns) | typed | typed | yes | JSON contract |
CreateRecord | supported | control | CloudDns.CreateRecord (dns) | typed | typed | yes | JSON contract |
UpsertRecord | supported | control | CloudDns.UpsertRecord (dns) | typed | typed | yes | JSON contract |
DeleteRecord | supported | control | CloudDns.DeleteRecord (dns) | typed | typed | yes | JSON contract |
Tenant-callable data-plane operations
Use these operations for application data or runtime work.
No operations in this group.
Contract stubs
These catalog entries are not current callable tenant contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
CreateHostedZone | planned | control | CloudDns.CreateHostedZone (dns) | typed | typed | no | JSON contract |
ChangeResourceRecordSets | planned | control | CloudDns.ChangeResourceRecordSets (dns) | typed | typed | no | JSON contract |
Internal operations
These operations are platform-facing. Tenant clients must not call them.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
PublishDns01 | supported | internal | CloudDns.PublishDns01 (dns) | typed | typed | no | JSON contract |
DeleteDns01 | supported | internal | CloudDns.DeleteDns01 (dns) | typed | typed | no | JSON contract |
