Legacy endpoint performing predelegation checks for a given domain on API v1 scope (deprecated). Please use API v2 /v2/check/{domainname} for future purposes.
result_format required | string Enum: "xml" "json" Response body format |
domainname required | string (domain_name) <= 255 characters ^(?!\.)(?!.*?\.\.)[\-\.A-Za-z0-9áàăâåäãąāæćĉč... Domain name |
ns1 required | string (nameserver_with_optional_ip) ^(?!\.)(?!.*?\.\.)[\-\.A-Za-z0-9áàăâåäãąāæćĉč... Examples:
Comma-separated string containing the nameserver with optional ip addresses |
ns2 required | string (nameserver_with_optional_ip) ^(?!\.)(?!.*?\.\.)[\-\.A-Za-z0-9áàăâåäãąāæćĉč... Examples:
Comma-separated string containing the nameserver with optional ip addresses |
policy | string Enum: "DE-DNSSEC-1.0" "DE-NO-DNSSEC-1.0" Enables DNSSEC predelegation checks |
nsX | Array of strings (nameserver_with_optional_ip) Example: nsX=ns3.denic.nast.,172.31.3.3,fd00:10:10::3:3&nsX=ns4.denic.nast.,172.31.4.4,fd00:10:10::4:4&nsX=ns5.denic.nast. Additional list of further nameservers with optional ip addresses |
dnskey | Array of strings (dnskey_wire_text) Example: dnskey=257 3 15 TTVxWTUvVUxrSHBCdE4reC9zVzVEQ05NRHJ4UnowTE9qUmVQS3dTRmlBPT0=&dnskey=257 3 16 dHlOQUVsMjlEUWpiVjR5Uk14OXBxbVpTMHpSeWR0U09UV1pYNVpWdy81bzdwNGRkcEpWTElvemc0WmMrQWtBRUhHSlFFK3YxWEtvPQ== List of base64 encoded public dnskeys in wire-text format |
debug | boolean Enum: true false Additional debug output for predelgation checks |
{- "success": true,
- "issues": [
- {
- "arguments": [
- "string"
], - "code": 0,
- "message": "string",
- "severity": "info"
}
]
}
Major endpoint resolving nameservers for a given domain on API v2 scope.
domainname required | string (domain_name) <= 255 characters ^(?!\.)(?!.*?\.\.)[\-\.A-Za-z0-9áàăâåäãąāæćĉč... Domain name |
{- "dnskey": [
- {
- "algorithm": 1,
- "flags": 256,
- "protocol": 3,
- "key": "string"
}
], - "domainname": "string",
- "nameserver": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
Major endpoint performing predelegation checks for a given domain on API v2 scope.
domainname required | string (domain_name) <= 255 characters ^(?!\.)(?!.*?\.\.)[\-\.A-Za-z0-9áàăâåäãąāæćĉč... Example: denic.nast Domain name |
ns1 required | string (nameserver_with_optional_ip) ^(?!\.)(?!.*?\.\.)[\-\.A-Za-z0-9áàăâåäãąāæćĉč... Examples:
Comma-separated string containing the nameserver with optional ip addresses |
ns2 required | string (nameserver_with_optional_ip) ^(?!\.)(?!.*?\.\.)[\-\.A-Za-z0-9áàăâåäãąāæćĉč... Examples:
Comma-separated string containing the nameserver with optional ip addresses |
nsX | Array of strings (nameserver_with_optional_ip) Example: nsX=ns3.denic.nast.,172.31.3.3,fd00:10:10::3:3&nsX=ns4.denic.nast.,172.31.4.4,fd00:10:10::4:4&nsX=ns5.denic.nast. Additional list of further nameservers with optional ip addresses |
dnskey | Array of strings (dnskey_wire_text) Example: dnskey=257 3 15 TTVxWTUvVUxrSHBCdE4reC9zVzVEQ05NRHJ4UnowTE9qUmVQS3dTRmlBPT0=&dnskey=257 3 16 dHlOQUVsMjlEUWpiVjR5Uk14OXBxbVpTMHpSeWR0U09UV1pYNVpWdy81bzdwNGRkcEpWTElvemc0WmMrQWtBRUhHSlFFK3YxWEtvPQ== List of base64 encoded public dnskeys in wire-text format |
debug | boolean Enum: true false |
{- "success": true,
- "issues": [
- {
- "arguments": {
- "property1": "string",
- "property2": "string"
}, - "code": 0,
- "message": "string",
- "severity": "info"
}
]
}