Personal tools

From HEXONET Wiki

Jump to: navigation, search
(Domain Transfer)
Line 85: Line 85:
  
 
=== Domain Transfer ===
 
=== Domain Transfer ===
{{#var:TRANSFERSENTENCE}}<br>
+
Transfers of .AC domains are possible. In general, you have 2 possibilities to transfer a .IO domain:
''' Transfer-IN'''
+
 
 +
* The '''admin or billing contact''' of the respective domain may be changed to the NIC handle of 1api: '''NIC-1133'''. Afterwards, a normal '''transfer without Authorization code''', may be initiated using the API or the web interface.
 +
 
 +
* The other possibility is to '''inititate a transfer''', using the API or the web interface, and use the '''password of the admin or billing contact''' of the domain '''as Authorization code'''. The password may be obtained by contacting the registry.
 +
 
 +
In both cases, the transfer should be completed within a few minutes.
 +
<br>
 +
{{#var:TRANSFERSENTENCE}}
 
{{#var:TRANSFERDOMAINCOMMAND}}
 
{{#var:TRANSFERDOMAINCOMMAND}}
 
<span class="label label-important">REQUIRED</span>
 
<span class="label label-important">REQUIRED</span>
 
<pre>
 
<pre>
 +
auth = <TEXT> | <NULL> | <NIC-1133>
 
action = REQUEST | DENY | CANCEL | USERTRANSFER
 
action = REQUEST | DENY | CANCEL | USERTRANSFER
 
</pre>
 
</pre>
Line 95: Line 103:
 
<span class="label label-info">OPTIONAL</span>
 
<span class="label label-info">OPTIONAL</span>
 
<pre>
 
<pre>
auth = <TEXT> | <NULL> | <NIC-1132>
 
 
subuser = <TEXT> | <NULL>
 
subuser = <TEXT> | <NULL>
 
period = <PERIOD>
 
period = <PERIOD>
 
transferlock = 0 | 1 | <NULL>
 
transferlock = 0 | 1 | <NULL>
 +
repository = <NULL> | <TEXT>
 
</pre>
 
</pre>
<br><br>
+
<br>
'''Transfer-OUT'''<br>
+
In addition to the "transfer in" possibilities, you also have the possibility to "push" a domain to another registrar, by using the '''PushDomain command''', using the NIC handle (e.g. NIC-1234) of the future registrar as parameter "target".
<pre>
+
<br>
command = pushdomain
+
</pre>
+
 
<span class="label label-important">REQUIRED</span>
 
<span class="label label-important">REQUIRED</span>
 
<pre>
 
<pre>
 +
command = pushdomain
 
target = <TEXT>
 
target = <TEXT>
 
</pre>
 
</pre>

Revision as of 16:14, 28 February 2013





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

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

Domain Transfer

Transfers of .AC domains are possible. In general, you have 2 possibilities to transfer a .IO domain:

  • The admin or billing contact of the respective domain may be changed to the NIC handle of 1api: NIC-1133. Afterwards, a normal transfer without Authorization code, may be initiated using the API or the web interface.
  • The other possibility is to inititate a transfer, using the API or the web interface, and use the password of the admin or billing contact of the domain as Authorization code. The password may be obtained by contacting the registry.

In both cases, the transfer should be completed within a few minutes.
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> | <NIC-1133>
action = REQUEST | DENY | CANCEL | USERTRANSFER

OPTIONAL

subuser = <TEXT> | <NULL>
period = <PERIOD>
transferlock = 0 | 1 | <NULL>
repository = <NULL> | <TEXT>


In addition to the "transfer in" possibilities, you also have the possibility to "push" a domain to another registrar, by using the PushDomain command, using the NIC handle (e.g. NIC-1234) of the future registrar as parameter "target".
REQUIRED

command = pushdomain
target = <TEXT>

Delete Domain

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

command = DeleteDomain
domain = (DOMAIN)

Restore Domain

command = RestoreDomain
domain = (DOMAIN)

OPTIONAL

subuser = <TEXT>

Ownerchange

Transfer

Transfers of .AC domains are possible. In general, you have 2 possibilities to transfer a .AC domain:

  • The admin or billing contact of the respective domain may be changed to the NIC handle of 1api: NIC-1132. Afterwards, a normal transfer without Authorization code, may be initiated using the API or the web interface.
  • The other possibility is to inititate a transfer, using the API or the web interface, and use the password of the admin or billing contact of the domain as Authorization code. The password may be obtained by contacting the registry.

In both cases, the transfer should be completed within a few minutes.

In addition to the "transfer in" option, you also have the possibility to "push" a domain to another registrar, by using the PushDomain command, using the NIC handle (e.g. NIC-1234) of the future registrar as parameter "target".

No special procedures.