StructDomainInfo
From NETIM
(Difference between revisions)
(3 intermediate revisions by one user not shown) | |||
Line 6: | Line 6: | ||
<tabs> | <tabs> | ||
− | <tab name="API Version 2 ( | + | <tab name="API Version 2 (Recommended)"> |
{| class="wikitable" style="width: 800px;" | {| class="wikitable" style="width: 800px;" | ||
Line 38: | Line 38: | ||
|int(1)|| domainIsLock || Is the domain locked against transfers ?|| ''0 or 1'' | |int(1)|| domainIsLock || Is the domain locked against transfers ?|| ''0 or 1'' | ||
|- | |- | ||
− | |int(1)|| | + | |int(1)|| whoisPrivacy|| Is the whois privacy activated ?|| ''0 or 1'' |
|- | |- | ||
|int(1)|| autoRenew|| Is the domain name autorenewed ?||''0 or 1'' | |int(1)|| autoRenew|| Is the domain name autorenewed ?||''0 or 1'' | ||
Line 47: | Line 47: | ||
|- | |- | ||
|int(1)|| IsSigned|| Is the domain name signed with DNSSEC ?||''0 ou 1'' | |int(1)|| IsSigned|| Is the domain name signed with DNSSEC ?||''0 ou 1'' | ||
+ | |- | ||
+ | |int(1)|| HasDNS4Service|| Is the domain name using Netim's name servers ?||''0 ou 1'' | ||
|- | |- | ||
|array|| DNSSEC|| Associative array of DNSSEC signature details||''Present only if IsSigned = 1'' | |array|| DNSSEC|| Associative array of DNSSEC signature details||''Present only if IsSigned = 1'' | ||
Line 52: | Line 54: | ||
</tab> | </tab> | ||
− | <tab name="API Version 1 ( | + | <tab name="API Version 1 (Deprecated)"> |
{| class="wikitable" style="width: 800px;" | {| class="wikitable" style="width: 800px;" |
Latest revision as of 11:34, 30 December 2020
Description
This objects stores the result of a domainInfo
Format | Variable | Description | Notes |
---|---|---|---|
string (255) | domain | Domain name queried | |
string | dateCreate | Registration date | YYYY-MM-DD |
string | dateExpiration | Expiration date | YYYY-MM-DD |
string | dateMinRenew | Minimum date before the next renewal | YYYY-MM-DD |
string | dateMaxRenew | Maximum renewal date before the deletion | YYYY-MM-DD |
string | dateMaxRestore | Maximum restoration date | YYYY-MM-DD |
string | status | Current status | |
string (8) | idOwner | ID of the owner | |
string (8) | idAdmin | ID of the administrative contact | |
string (8) | idTech | ID of the technical contact | |
string (8) | idBilling | ID of the billing contact | |
int(1) | domainIsLock | Is the domain locked against transfers ? | 0 or 1 |
int(1) | whoisPrivacy | Is the whois privacy activated ? | 0 or 1 |
int(1) | autoRenew | Is the domain name autorenewed ? | 0 or 1 |
ArrayOfString | ns | List of nameservers | |
string (64) | authID | Authorization code to transfer the domain name to another registrar | |
int(1) | IsSigned | Is the domain name signed with DNSSEC ? | 0 ou 1 |
int(1) | HasDNS4Service | Is the domain name using Netim's name servers ? | 0 ou 1 |
array | DNSSEC | Associative array of DNSSEC signature details | Present only if IsSigned = 1 |
Format | Variable | Description | Notes |
---|---|---|---|
string (255) | domain | Domain name queried | |
string | dateCreate | Registration date | YYYY-MM-DD |
string | dateExpiration | Expiration date | YYYY-MM-DD |
string | dateMinRenew | Minimum date before the next renewal | YYYY-MM-DD |
string | dateMaxRenew | Maximum renewal date before the deletion | YYYY-MM-DD |
string | dateMaxRestore | Maximum restoration date | YYYY-MM-DD |
string | status | Current status | |
string (8) | idOwner | ID of the owner | |
string (8) | idAdmin | ID of the administrative contact | |
string (8) | idTech | ID of the technical contact | |
string (8) | idBilling | ID of the billing contact | |
int(1) | domainIsLock | Is the domain locked against transfers ? | 0 or 1 |
int(1) | maskedWhois | Is the owner masked into the whois ? | 0 or 1 |
int(1) | autoRenew | Is the domain name autorenewed ? | 0 or 1 |
ArrayOfString | ns | List of nameservers | |
int(1) | IsSigned | Is the domain name signed with DNSSEC ? | 0 ou 1 |
string (64) | authID | Authorization code to transfer the domain name to another registrar |
Notes about domain statuses
Status value | Description |
---|---|
PENDING | The registration or registrar transfer is pending |
ERROR | The registration or registrar transfer has failed |
ACTIVE, NOT DELEGATED | The domain name is active but not published in DNS. Maybe no nameservers defined. |
ACTIVE, DELEGATED | The domain name is active and published in DNS. Everything is fine. |
RESERVED, NOT DELEGATED | The domain name is reserved (registered but not activated yet). This status occurs when an activation is needed by the registrant |
EXPIRED | The domain name is expired but still functional |
EXPIRED, HOLD, NOT DELEGATED | The domain name is expired and not published in DNS |
QUARANTINE, NOT DELEGATED | The domain is deleted and in redemption/quarantine status |
HOLD, NOT DELEGATED | The domain name is inactive due to registrar hold or registry hold |