get_deployed_objects
Retrieve runtime status and performance metrics for deployed objects in SAP Datasphere. Monitor active data flows, views, and analytical models to track execution history and identify issues.
Instructions
List runtime/deployed objects that are actively running in SAP Datasphere. Returns deployment status, runtime metrics, execution history for data flows, and performance statistics. Use this for monitoring deployed assets, tracking execution status, analyzing runtime performance, and identifying active vs inactive objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Space identifier (e.g., 'SAP_CONTENT') | |
| object_types | No | Filter by object types: Table, View, AnalyticalModel, DataFlow | |
| runtime_status | No | Filter by runtime status: Active, Running, Idle, Error, Suspended | |
| include_metrics | No | Include runtime performance metrics (query times, execution stats, cache hit rates) | |
| top | No | Maximum number of results to return (default: 50, max: 500) | |
| skip | No | Number of results to skip for pagination (default: 0) |