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 |
---|---|
Polling Interval | A timespan to specify how often should the Agent check for new data/changes or update its cache. |
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. (Required) |
Credentials | Tick to use basic authentication; or use anonymous authentication. |
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). |
Disable Certificate Validation? | Tick to suppress the certificate validation warning. |
Property | Description |
---|---|
Entity | The entity against which the operation is performed. The list of entities is populated from the SAP OData service. |
Result Properties | The columns which the Agent should return. If no columns are specified, the Agent will return all the columns from the SAP entity. |
Number of Results | The number of rows that should be returned. |
Order By | The column by which the returned results are sorted. |
Sort By | The sort direction: ASC (ascending) or DESC (descending). |
Property | Description |
---|---|
Output | An event per read row will be made available to this endpoint with attributes matching Result Properties. |
Error | Errors encountered during the execution of this Agent will be published on this endpoint. |
Last modified 10mo ago