Domain

Defines configuration for a tenant.

Path

Domains > Domain

Attributes

This element has the following attributes.

Domain element attributes

Attribute

Description

name

Tenant name

id

Tenant identifier

Nested elements

This element is a container for the following nested elements:

Domain > EPSLimit

Specifies the parameters of the tenant EPS limit.

The element value must be between 1 and 199999.

This element has the following attributes:

EPSLimit element attributes

Attribute

Description

enabled

Defines whether Kaspersky CyberTrace controls the tenant EPS limit.

Possible values: true, false.

If the value is true, the tenant EPS limit is controlled.

If the value is false, the tenant EPS limit is not controlled. This may affect other tenants (if any).

Domain > Feeds

Settings for the feeds used in the tenant.

This element is a container for the following nested element:

Example

The following is an example of this element.

<Domain name="CustomDomain">

<Description>Custom domain description</Description>

<InputSettings>

...

</InputSettings>

<OutputSettings>

...

</OutputSettings>

<EPSLimit enabled="true">1000</EPSLimit>

<Feeds>

...

</Feeds>

</Domain>

Page top