Defines configuration for a tenant.
Path
Domains > Domain
Attributes
This element has the following attributes.
Domain element attributes
Attribute |
Description |
---|---|
|
Tenant name |
|
Tenant identifier |
Nested elements
This element is a container for the following nested elements:
Tenant description.
This element is optional.
Input connection settings for this tenant.
Output connection settings for this tenant.
Parameters of the tenant EPS limit.
For more information about this element, see the "Domain > EPSLimit" subsection below.
Settings for the feeds used in this tenant.
For more information about this element, see the "Domain > Feeds" subsection below.
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 |
---|---|
|
Defines whether Kaspersky CyberTrace controls the tenant EPS limit. Possible values: If the value is If the value is |
Domain > Feeds
Settings for the feeds used in the tenant.
This element is a container for the following nested element:
Settings for a specific feed in a tenant.
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> |