Query SAP Cloud ALM analytics
calm_analyticsQuery SAP Cloud ALM analytics providers like Defects, Tasks, or Tests using OData filters and sorting. Get sorted or aggregated answers, such as open defects ordered by priority.
Instructions
Query an SAP Cloud ALM analytics provider (Defects, Tasks, Tests, Features, Projects, Metrics, ...). Supports $filter and $orderby — use this for sorted/aggregated questions such as "open defects ordered by priority".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | OData $top — maximum number of records | |
| skip | No | OData $skip — records to skip | |
| filter | No | OData $filter, e.g. "status eq 'CIPDFCTOPEN'" | |
| select | No | OData $select — comma-separated field list | |
| orderby | No | OData $orderby, e.g. "priority desc" (OData resources / analytics only) | |
| provider | Yes | Analytics provider (e.g. Defects, Tasks, Tests). Supports $orderby. |