Domain > Feeds > Feed

Defines configuration for a single tenant.

Path

Domains > Domain > Feeds > Feed

Attributes

This element has the following attributes.

Feed element attributes

Attribute

Description

feedname

Feed name.

Must correspond to the name of a feed in the Feeds > Feed element.

used

Specifies if the feed is used in the tenant.

The feed must be enabled in the corresponding Feeds > Feed element to be used in a tenant.

If the feed is enabled in the tenant, the value is true.

If the feed is disabled in the tenant, the value is false.

Nested elements

This element is a container for the following nested element:

Example

The following is an example of this element.

<Feed feedname=ExampleFeed used="true">

<ActionableFields>

<ActionableField name="ExampleField" output_name="ExampleOutputField"/>

...

</ActionableFields>

</Feed>

Page top