From HEXONET Wiki
(Created page with "{{Sidebar}}__NOTOC__ The '''CheckDomain (domain:check)''' command is used to check the availability of a domain name. COMMAND <pre> <?xml version="1.0" encoding="UTF-8" sta...") |
Revision as of 16:29, 22 January 2013
The CheckDomain (domain:check) command is used to check the availability of a domain name.
COMMAND
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
<command>
<check>
<domain:check xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd">
<domain:name>hexonet123.de</domain:name>
<domain:name>hexonet.de</domain:name>
<domain:name>hexonet123.eu</domain:name>
<domain:name>hexonet.eu</domain:name>
</domain:check>
</check>
<clTRID>HEXONET-32064-1223277793862581</clTRID>
</command>
</epp>
RESPONSE
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
<response>
<result code="1000">
<msg>Command completed successfully</msg>
</result>
<resData>
<domain:chkData xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd">
<domain:cd>
<domain:name avail="1">hexonet123.de</domain:name>
</domain:cd>
<domain:cd>
<domain:name avail="0">hexonet.de</domain:name>
</domain:cd>
<domain:cd>
<domain:name avail="1">hexonet123.eu</domain:name>
</domain:cd>
<domain:cd>
<domain:name avail="1">hexonet.eu</domain:name>
</domain:cd>
</domain:chkData>
</resData>
<trID>
<clTRID>HEXONET-32064-1223277793862581</clTRID>
<svTRID>RO-805-1358871319112745</svTRID>
</trID>
</response>
</epp>