Subreg EPP server documentation
[All Commands]

Check host

Check delegated host object availability.

Input fields

  • name - address of host, possibly up to 10 items (required)

Output fields

  • cd-name - address of host (required)
  • cd-name@avail - 0 - not available, 1 - available (required)

Example


<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
 <command>
  <check>
   <host:check xmlns:host="urn:ietf:params:xml:ns:host-1.0">
    <host:name>ns.exampledomain.com</host:name>
    <host:name>ns.exampledomain.net</host:name>
   </host:check>
  </check>
  <clTRID>SUBREG20120218T023444Z715</clTRID>
 </command>
</epp>

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
 <response>
  <result code="1000">
   <msg lang="en">Command completed successfully</msg>
  </result>
  <resData>
   <host:chkData xmlns:host="urn:ietf:params:xml:ns:host-1.0">
    <host:cd>
     <host:name avail="0">ns.exampledomain.com</host:name>
    </host:cd>
    <host:cd>
     <host:name avail="1">ns.exampledomain.net</host:name>
    </host:cd>
   </host:chkData>
  </resData>
  <trID>
   <clTRID>SUBREG20120218T023444Z715</clTRID>
   <svTRID>SUBREG20140204T154507ZB72</svTRID>
  </trID>
 </response>
</epp>

Subreg EPP server documentation - version 1.0