WAPI – command nsset-check

  NSSETs, WAPI (API Interface)

Use this command to verify that the name of NSSET is free to register, or is already used, or is in any other status. NSSET is used for CZ domains only.

Parameters

  • tld – TLD
  • name – NSSET name

Return Values

  • 1000 = NSSET is available for registration
  • 2201 = invalid TLD
  • 2247 = unsupported NSSET format
  • 3242 = NSSET is unavailable
  • 3245 = NSSET is already registered
  • 3246 = unavailable
  • 3247 = unavailable
  • 3248 = unavailable – quarantine
  • 3249 = unavailable – reserved
  • 3250 = unavailable – blocked
  • 3251 = already registered (with us)
  • 4218 = sending failed – communication error

Returb data

Command does not return any data.

Exapmle of use

XML query:

<request>
 <user>tester</user>
 <auth>1dab009ffad905de60b14d6ba3c8a9c00326a220</auth>
 <command>nsset-check</command>
 <clTRID>8418</clTRID>
 <data>
  <tld>cz</tld>
  <name>TEST</name>
 </data>
</request>

XML response:

<response>
 <code>3245</code>
 <result>NSSET is already registered</result>
 <timestamp>1288115481</timestamp>
 <clTRID>8418</clTRID>
 <svTRID>1288115481.8641.22087.1</svTRID>
 <command>nsset-check</command>
</response>
Zpětná vazba je dočasně nedostupná, máte-li k návodu dotaz nebo připomínku, napište nám přes kontaktní formulář.