Configuration structure metadata

Table of Contents

Location path

Path in the assembly catalog

/era_env/priv/rest_metadata/master/configuration.json

Overview

Metadata for the web application "Configuration Editor" (v3). Describes all categories and their fields with respect to all layers: infrastructure, logic, data.

It is not allowed to change the structure. Only the names and possibly some field restrictions (maximum, minimum value, regular expression mask, etc.) may be changed.

Returned directly by API request.

Format:
{
  "alias_groups": array<object>,
  "domain_opts": array<object>,
  "site_opts": array<object>,
  "server_opts": array<object>,
  "roles": array<object>,
  "structure": array<object>,
  "dynamic": array<object>
}
  • alias_groups – alias categories.

  • domain_opts – domain parameters.

  • site_opts – site parameters.

  • server_opts – server settings.

  • roles – composition of roles and their parameters.

  • structure – The communication structure of sites, servers, roles, and domains.

See also