v1

latestOpenAPI 3.0.42026-07-26263457588.1 KB
DNS Zone

Trigger a background scan for pre-existing DNS records. Can use ZoneId for existing zones or Domain for pre-zone creation scenarios.

post/dnszone/records/scan

Request body

ZoneIdinteger nullable

The ID of the DNS Zone to scan. Either ZoneId or Domain must be provided, but not both.

Domainstring nullable

The domain name to scan. Either ZoneId or Domain must be provided, but not both. Can be used even before creating the DNS zone.

Response

DNS record scan job triggered successfully

JobIdstring guid
Status0 | 1 | 2 | 3

0 = Pending 1 = InProgress 2 = Completed 3 = Failed