Zone:nscheck
Verify a zone’s nameserver configuration
Through the following request, you can verify the nameserver configuration of one of your domains. Please note that you may only manage zones for domains that are in your account.
XML Template
<?xml version="1.0" encoding="UTF-8"?>
<request xmlns:zone="http://www.eurodns.com/zone">
<zone:nscheck>
<zone:name>#DOMAIN.TLD#</zone:name>
</zone:nscheck>
</request>
<zone:nscheck> (Occurrences: 1)
R | #DOMAIN.TLD# | Check the nameserver configuration of this domain |
If the action was successful, the following code will be returned:
<?xml version="1.0" encoding="UTF-8"?>
<response xmlns:zone="http://www.eurodns.com/zone">
<result code="1000">
<msg>Command completed successfully</msg>
</result>
<resData>
<zone:check>
<zone:cd>
<zone:name check="#STATUS#">#DOMAIN.TLD#</zone:name>
<zone:reason code="#CODE#" lang="#LANGUAGE#">#STATUS DESCRIPTION#</zone:reason>
</zone:cd>
</zone:check>
</resData>
</response>
<resData> (Occurrences: 1)
<zone:check> (Occurrences: 1)
<zone:cd> (Occurrences: 1+)
Note: If multiple zones have been specified, this section will be repeated
R | #DOMAIN.TLD# | Name of the checked domain |
R | #STATUS# | Status of the nameserver verification (succeeded/failed) |
R | #CODE# | Code of the description |
R | #LANGUAGE# | Language of the description |
R | #STATUS DESCRIPTION# | Description of the returned status |
List of the possible values
#STATUS# | #CODE# | #LANGUAGE# | #STATUS DESCRIPTION # |
---|---|---|---|
succeeded | 100 | en | No error found in the configuration of the nameservers |
failed | 200 | en | There is an error in the configuration of the nameservers |
Legend
O | The element is optional and does not have to be specified in the request and/or answer |
R | The element is mandatory and has to specified in the request and/or answer |