From HEXONET Wiki
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:39, 7 August 2012
TLD |
- |
Registry |
- |
Dispute Policy |
- |
Limitations |
|
Allowed number of NS |
to |
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
Domain Limitations and Requirements
.NAME Email Forwardings
You have the choice to register second-level domain names, third-level domains and Email Forwarding (e.g. [email protected]). Email Forwarding is similar to second-level domain names, where they can be registered, modified and transferred.
.NAME email forwarding-Transfer
It is also possible to transfer a .NAME email forwarding, which is handled like a regular domain transfer:
command = TransferDomain domain = [email protected] auth = <text>
This command would initiate a transfer of the email forwarding [email protected].
.NAME Email Forwarding-Email-Registration
The following example shows you how to register a .NAME email forwarding while configuring it to forward to a private email address:
command = AddDomain domain = [email protected] period = 1 ownercontact0 = <HANDLE> admincontact0 = <HANDLE> techcontact0 = <HANDLE> billingcontact0 = <HANDLE> x-name-emailforward = [email protected]
IMPORTANT: Please note that the above command ONLY registers [email protected] and does NOT register the domain name doe.name. However, once [email protected] is successfully registered, the second-level domain name, doe.name, or the third-level domain, john.doe.name will no longer be available to the public. Email forwarding is billed annually similar to a second-level domain name. However, please refer to the pricing list as the cost of the registration is different from a second-level .NAME registration If a .NAME domain already exists for more than 7 days, you need to contact the support team to register the respective email address manually.
No special procedures.