CPI Query (read any entity set)
cpi_queryQuery any SAP CPI OData entity set with standard OData options (filter, orderby, select, expand, top, skip) to retrieve monitoring data, logs, and configuration details.
Instructions
Run a read query against ANY CPI OData entity set with standard OData options. Example: entitySet='MessageProcessingLogs', filter="Status eq 'FAILED'", orderby='LogEnd desc'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| skip | No | ||
| expand | No | $expand comma list. | |
| filter | No | OData $filter expression (pre-quote string literals). | |
| select | No | $select comma list. | |
| orderby | No | ||
| entitySet | Yes | e.g. IntegrationPackages, KeystoreEntries, DataStores |