From HEXONET Wiki
(Created page with "{{#repositoryinfo: IS-LIVE-1API | is }} {{#var:ABOUTTLD}} {{Sidebar}} <br> = Registry = {{Summarybox | TLD={{#IfEmpty: {{#var:TLD}} | {{#var:TLD}} | - }} | Registry={{#I...") |
(→Domain Transfer) |
||
Line 89: | Line 89: | ||
<span class="label label-important">REQUIRED</span> | <span class="label label-important">REQUIRED</span> | ||
<pre> | <pre> | ||
− | |||
action = REQUEST | APPROVE | DENY | CANCEL | USERTRANSFER | action = REQUEST | APPROVE | DENY | CANCEL | USERTRANSFER | ||
</pre> | </pre> |
Revision as of 14:38, 7 December 2012
.IS is the country code top-level domain (ccTLD) for the country of Iceland. Highly popular in Iceland, the intended use of the domain is for individuals and commercial entities associated with the country of Iceland. |
TLD |
.is |
Registry | |
Dispute Policy | |
Registrar |
1api GmbH |
WHOIS-Server |
www.isnic.is/en/whois |
WHOIS-Update |
Real-Time |
Min. Characters |
1 |
Max. Characters |
59 |
Character Set |
|
Limitations |
|
IDN capable |
YES |
Restore capable |
No |
Handle Updates |
Unsupported |
Registration System |
Real-Time |
Allowed number of NS |
0 to 4 |
Host IP-Addresses Type |
IPv4 / IPv6 |
Hosts managed as |
Object |
SEC DNS Interface |
DS data interface |
Transferclass |
Push |
Transfer Authcode required |
No |
Transfer Real-Time |
Yes |
Transfer Lock |
No |
Transfer Confirmation (Request / Approve) |
- / NONE |
Owner Change by |
Update |
Registration Periods |
1 year |
Add Grace Period |
0 days |
Accounting Period |
-1 week |
Finalization Period |
-1 day |
Failure Period |
29 days |
Payment Period |
-61 days |
Deletion Restorable Period |
0 days |
Deletion Hold Period |
0 days |
Explicit Renewals |
Yes |
Renewal Periods |
1 year |
Domain Registration
Domains can be registered in Real-Time 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
The losing registrar has to inititate the transfer to push the domain to the gaining (new) registrar. The gaining registrar has to be aware of the planned domain transfer. Hence the transfer has to be requested with the API TransferDomain command.
command = TransferDomain domain = (DOMAIN)
REQUIRED
action = REQUEST | APPROVE | DENY | CANCEL | USERTRANSFER
OPTIONAL
order = CREATE | REPLACE | UPDATE period = <PERIOD> transferlock = 0 | 1 | <NULL> subuser = <TEXT> | <NULL>
Delete Domain
Domains can be deleted with the API DeleteDomain command.
There is no Deletion Restorable Period
and no Deletion Hold Period. Deleted domain names will be available for new registrations immediately.
command = DeleteDomain domain = (DOMAIN)
Restore Domain
Restores are not possible.
command = RestoreDomain domain = (DOMAIN)
OPTIONAL
renewalmode = <NULL> | <TEXT> subuser = <TEXT>
Ownerchange
An Ownerchange is free of charge and can be done with the API ModifyDomain command.
Authorization code
There are special requirements regarding the format of the authorization code. Please consider the following restrictions, if you want to assign a new authorization code to a .COM domain:
- Minimum 8 characters
- having at least one (1) numeric,
- one (1) alphabetic, and
- one (1) special character
You may generate a valid random auth code by adding this parameter to the ModifyDomain command:
GENERATERANDOMAUTH = 1
Example:
command = ModifyDomain domain = domain.com generaterandomauth = 1
No special procedures.