en En
es Es

Top-level domains (tld)

tld

Result: list of elements.

Top-level domains.

Access level: admin.

FieldValue
idUnique identifier.
nameTop-level domain name. For example: ru, com, ac.

Delete

Function: tld.delete

Access level: admin.

Parameters:

  • elid — one or more unique object identifiers separated by comma and following space ", ". Unique identifier is the id element from the tld function.

Result: successful operation or error message.

Top-level domain

Function: tld.edit

Access level: admin.

Used to view object parameters, modify objects, and create new objects.

View object parameters:

  • Parameters:
    • elid — unique identifier (id element from the tld function);
  • Result: list of object parameters.

Create object:

  • Parameters:
    • sok — parameter value must be non-empty, usually ok;
    • additional request parameters ...
  • Result: successful operation or error message.

Modify object:

  • Parameters:
    • sok — parameter value must be non-empty, usually ok;
    • elid — unique identifier (id element from the tld function);
    • additional request parameters ...
  • Result: successful operation or error message.

List of object parameters or additional request parameters:

FieldTypeDefaultValue
idintUnique identifier.
namevarchar(63)Top-level domain name. For example: aicom, ac.
whois_hostvarchar(255)NULLWHOIS server domain name for retrieving domain information.
whois_find_stringvarchar(255)NULLSubstring used to determine domain availability in the WHOIS response. For example: available, not found.
whois_timeoutintNULLWHOIS server response timeout in seconds. If set to NULL, the default timeout of 5 seconds is used.
idn_typeint0Character set supported by the domain zone:
  • 0 — Latin characters (a–z), Arabic numerals (0–9), and hyphen. IDN is not supported;
  • 1 — domain name may contain national alphabet characters from the character set;
  • 2 — domain name consists exclusively of national alphabet characters from the character set.
min_lenghtint2Minimum allowed domain name length in characters.
max_lenghtint63Maximum allowed domain name length after Punycode conversion.
info_sourceint0Domain information source:
  • 0 — WHOIS;
  • 1 — RDAP.




rdap_urlvarchar(255)NULLRDAP (Registration Data Access Protocol) server URL for retrieving domain information.

Character tables

Function: tld.idntable

Result: list of elements.

Access level: admin.

ParameterValue
nameName.
statusStatus.

Suspend

Function: tld.idntable.suspend

Access level: admin.

Parameters:

  • elid — one or more unique object identifiers separated by comma and following space ", ". Unique identifier is the key element from the tld.idntable function.

Result: successful operation or error message.

Character table content

Function: tld.idntable.view

Access level: admin.

Used to view object parameters, modify objects, and create new objects.

View object parameters:

  • Parameters:
    • plid — unique parent list identifier (id element from the tld function);
    • elid — unique identifier (key element from the tld.idntable function).
  • Result: list of object parameters.

Create object:

  • Parameters:
    • sok — parameter value must be non-empty, usually ok;
    • plid — unique parent list identifier (id element from the tld function);
    • additional request parameters ...
  • Result: successful operation or error message.

Modify object:

  • Parameters:
    • sok — parameter value must be non-empty, usually ok;
    • plid — unique parent list identifier (id element from the tld function);
    • elid — unique identifier (key element from the tld.idntable function);
    • additional request parameters ...
  • Result: successful operation or error message.

Resume

Function: tld.idntable.resume

Access level: admin.

Parameters:

  • elid — one or more unique object identifiers separated by comma and following space ", ". Unique identifier is the key element from the tld.idntable function.

Result: successful operation or error message.

Update RDAP data

Function: tld.rdap.update

Access level: admin.

Populates the rdap_url fields for top-level domains based on official IANA (Internet Assigned Numbers Authority) data from the source https://data.iana.org/rdap/dns.json.

Result: successful operation or error message.