For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration

This section explains each of the properties in the configuration blade.

Fig 1: Snowflake Connector Configuration

General

Property
Description

Collection

This associates the Agent to a specific Collection (default to that of the current Data Stream).

Universal Id

873d8c72-eb4c-44e0-8185-22ea3614d597

The rest of the configuration is done via the XMPro Stream Connector in App Designer.

Input Mapping

Place the Connector Agent between an XMPro Stream Listener and Action Agent. AutoMap both the Input and Output to make sure the request is properly processed and returned to the XMPro Stream Connector.

Name
Description

RequestId (String)

The GUID of the original request from the XMPro Stream Connector, used to correlate the response.

ConnectionId (Long)

The connection identifier from the original request, used to route the response back to the correct connector instance in Application Designer.

RequestType (String)

The operation type: Read, Insert, Update, Delete, Configuration, EntityList, or EntityDetails.

Parameters (String)

JSON-serialized stream properties (connection strings, config values from the connector).

ContextValues (String)

JSON-serialized context values from Application Designer.

EntityId (String)

Target entity identifier.

OperationOptions (String)

JSON-serialized operation options (filtering, sorting, pagination).

ExtraOptions (String)

JSON-serialized additional options (e.g., sort, take, skip for pagination).

Refer to Setup Input Mappings for step-by-step instructions.

Endpoints

Name
Description

Input

This endpoint is used to receive data from the parent Agent, i.e. request events from the XMPro Stream Listener.

Output

Events received from the parent Agent are made available on this endpoint, with the Response payload and Success flag appended.

Error

Errors encountered during processing will be published on this endpoint.

Last updated

Was this helpful?