Defines configuration for a single feed in a tenant.
Path
Domains > Domain
Attributes
This element has the following attributes.
Domain element attributes
Attribute |
Description |
---|---|
|
Tenant name |
Nested elements
This element is a container for the following nested elements:
Tenant description
This element is optional.
Input connection settings specific for this tenant. See section "InputSettings".
Output connection settings specific for this tenant. See section "OutputSettings".
This section is for a specific tenant. It cannot have AlertConnectionString and AlertFormat as nested elements.
Feed settings for the feeds used in this tenant.
For more information about this element, see the Domain > Feeds subsection below.
Domain > Feeds
Feed 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> <Feeds> ... </Feeds> </Domain> |