Comment on page
Configuration
This section explains each of the properties in the configuration blade.

Property | Description |
---|---|
Collection | This associates the Agent to a specific Collection (default to that of the current Data Stream). |
Property | Description |
---|---|
OData Version | The version of your OData service. You can only select either V3 or V4. |
URL | The URL of the token endpoint provided by the application to make API requests. |
Credentials | Tick to use basic authentication; or use anonymous authentication. |
Disable Certificate Validation? | Tick to suppress the certificate validation warning. |
User Name | The user name used to authenticate the connection (applies when Credentials is ticked). |
Password | The password used to authenticate the connection (applies when Credentials is ticked). |
Action | The request method performed by the SAP OData service: POST, GET or PUT. |
Entity | The entity against which the operation is performed. The list of entities is populated from the SAP OData service. |
Results Returned As | The result properties are either appended to the incoming payload (Append to Current), or a new payload is created that consists only of the expressions (New). |
The properties grid is populated once an entity is selected, and applies to GET and POST actions only.
Property | Description |
---|---|
Parameter | The parameter specified in the uploaded metadata configuration of the selected entity. |
Value | The column or attribute of the input payload used as the parameter value. |
Type | The data type of the value. |
Property | Description |
---|---|
Input | This endpoint is used to receive data from the parent Agent. |
Output | Events received from the parent Agent are made available to this endpoint, with the attributes dependent upon the Results property configuration. |
Error | Errors encountered during the execution of this Agent will be published on this endpoint. |
Last modified 10mo ago