WAPI – command dns-domain-commit

  WAPI (API Interface), WDNS

This command should be used after any changes to the domain or its DNS records. This is a sign that all changes are completed and can be distributed to DNS servers.

Without this command, it will be automatically committed within 5 minutes since the last change.

Parametry

  • name = domain name – required 
  • 1000 = ok
  • 2201 = unsupported TLD
  • 2202 = invalid or unsupported domain name
  • 3222 = opening domain failed
  • 3223 = access denied
  • 3305 = domain is locked for editing
  • 3306 = domain is deleted

Return data

Command does not return any data.

Example of use

XML query:

<request>
 <user>tester</user>
 <auth>ae58a4590c1f5b1ace8edbb0c4fd1cdb1e724dec</auth>
 <command>dns-domain-commit</command>
 <data>
  <name>example.cz</name>
 </data>
</request>

XML response:

<response>
 <code>1000</code>
 <result>OK</result>
 <timestamp>1291192534</timestamp>
 <svTRID>1291192534.6326.32542.1</svTRID>
 <command>dns-domain-commit</command>
</response>
Děkujeme za zpětnou vazbu!