Personal tools

From HEXONET Wiki

Jump to: navigation, search
(Created page with "{{#repositoryinfo: TRAVEL-LIVE-1API | travel }} {{Sidebar}} {{#var:ABOUTTLD}} <br><br> = Registry = {{Summarybox | Registry={{#IfEmpty: {{#var:REGISTRYURL}} | [{{#var:RE...")
 
Line 9: Line 9:
 
= Registry =
 
= Registry =
 
{{Summarybox
 
{{Summarybox
 +
| TLD={{#IfEmpty: {{#var:TLD}} | {{#var:TLD}} | - }}
 
| Registry={{#IfEmpty: {{#var:REGISTRYURL}} | [{{#var:REGISTRYURL}} {{#var:REGISTRYURLNAME}}] | - }}
 
| Registry={{#IfEmpty: {{#var:REGISTRYURL}} | [{{#var:REGISTRYURL}} {{#var:REGISTRYURLNAME}}] | - }}
 
| Dispute Policy={{#IfEmpty: {{#var:REGISTRYDISPUTEPOLICY}} | [{{#var:REGISTRYDISPUTEPOLICY}} Rules] | - }}
 
| Dispute Policy={{#IfEmpty: {{#var:REGISTRYDISPUTEPOLICY}} | [{{#var:REGISTRYDISPUTEPOLICY}} Rules] | - }}

Revision as of 11:40, 7 August 2012






TLD

-

Registry

-

Dispute Policy

-

Limitations
  • Registrant Contacts: Required: / Maximum:
  • Admin Contacts: Required: / Maximum:
  • Tech Contacts: Required: / Maximum:
  • Billing Contacts: Required: / Maximum:

{{{Possible Extensions}}}

Allowed number of NS

to


{{{Possible Extensions}}}


Domain Registration

Domains can be registered with the API AddDomain command.

command = AddDomain
domain  = (DOMAIN)

REQUIRED

ownercontact0 = (CONTACT)
admincontact0 = (CONTACT)
techcontact0 = (CONTACT)
billingcontact0 = (CONTACT)
nameserver0 = (NAMESERVER)
nameserver1 = (NAMESERVER)

OPTIONAL

secdns-ds# = <LONGTEXT> | <NULL>
secdns-key# = <LONGTEXT> | <NULL>
secdns-maxsiglife = <INT>

auth = <TEXT> | <NULL>
host# = <TEXT> | <NULL>
transferlock = 0 | 1 | <NULL>
subuser = <TEXT> | <NULL>

nameserverset = <TEXT> | <NULL>

Domain Transfer

There is a special procedure to handle a domain transfer. Please contact our Support-Team if you should need further information.

command = TransferDomain
domain = (DOMAIN)

REQUIRED

auth = <TEXT> | <NULL>
action = REQUEST | APPROVE | DENY | CANCEL | USERTRANSFER
domainauth = <TEXT>

OPTIONAL

order = CREATE | REPLACE | UPDATE
orderid = <INT>

emaillanguage = <TEXT>
emailurl = <TEXT>
emaillanguage = <TEXT>
emailtac = <TEXT>
requestentity = <TEXT>
emailsender = <TEXT> | <NULL>
emailsubject = <TEXT> | <NULL>

preconfirmed = <TEXT>
transferconfirmationemailoverride = <EMAIL> | <NULL>
nameserver# = <TEXT> | <NULL>
host# = <TEXT> | <NULL>
subuser = <TEXT> | <NULL>
period = <PERIOD>
x-idn-language = <TEXT> | <NULL>
ownercontact0 = <CONTACT> | <NULL>
admincontact0 = <CONTACT> | <NULL>
techcontact0 = <CONTACT> | <NULL>
billingcontact0 = <CONTACT> | <NULL>

transferlock = 0 | 1 | <NULL>

repository = <NULL> | <TEXT>

Delete Domain

Domains can be deleted with the API DeleteDomain command.
There is no Deletion Restorable Period.

command = DeleteDomain
domain = (DOMAIN)

REQUIRED

n/a

OPTIONAL

domainalerttriggercode = <TEXT> | <NULL>
repository = <TEXT> | <NULL>


Restore Domain

command = RestoreDomain
domain = (DOMAIN)

REQUIRED

n/a

OPTIONAL

force = 0 | 1 | <NULL>
renewalmode = <NULL> | <TEXT>
subuser = <TEXT>


Ownerchange

{{{Possible Extensions}}}