Section domains

Description

A list of domains that are key branchers of the domain tree in the distribution across sites and role groups.

Partition parameters

Table 1. Partition parameters
Specification Description

Key: name
Mandatory: yes
Default: — 

String, may consist of Latin letters and numbers (underscores are allowed), must start with a letter.
Used in other configuration sections when pointing to domains.

Key: fqdn
Mandatory: yes
Default: — 

Fully qualified domain name (Fully Qualified Domain Name)

Key: descr
Mandatory: no
Default: — 

Domain Description

Example of field value

{
  ...
  "domains": [
    {
      "name": "td_test"
      "fqdn": "xs0.ceceron.ru",
      "descr": "Test domain"
    },
    {
      "name": "td_main",
      "fqdn": "ceceron.ru"
    }
  ],
  ...
}