DNS

Authoritative DNS zones and records.

Base https://api.nodion.com. Short paths needX-Nodion-Project unless the path already has/v2/projects/{id}. Request bodies are in the interactive docs.

POST/v2/dns_zones

Create a DNS zone in the current project

Scope writeInteractive docs

POST/v2/projects/{id}/dns_zones/claim

Start claiming an existing domain as a zone

Scope writeInteractive docs

POST/v2/projects/{id}/dns_zones/verify_claim

Verify a domain claim

Scope writeInteractive docs

GET/v2/dns_zones/{id}/export

Export a zone as a BIND zone file

Scope readInteractive docs

POST/v2/dns_zones/{id}/import

Import records into a zone

Scope writeInteractive docs

POST/v2/dns_zones/{id}/resync

Resync a zone to the nameservers

Scope writeInteractive docs

GET/v2/dns_zones/{id}/cdn_attachments

List CDN attachments for a DNS zone

Scope readInteractive docs

POST/v2/dns_zones/{id}/cdn_attachments

Attach a DNS hostname to a CDN zone

Scope writeInteractive docs

POST/v2/cdn_attachments/{id}/retry

Retry a failed DNS CDN attachment

Scope writeInteractive docs

POST/v2/cdn_attachments/{id}/detach

Detach a DNS hostname from CDN and restore prior records

Scope writeInteractive docs