on ‎2025 Apr 09 2:57 PM
We are trying to automate the monitoring of FLOWGRAPH and REPLICATION TASK in PERSON_NAME DB or DP AGENT (View - IMDesignTimeObjectMonitor). Do we have any API available in the system that we can use for integration.
Request clarification before answering.
There is a REST API available for versions of HANA including the xsengine, so mainly on-premise systems. It is not installed/enabled by default. Documentation to help you download and deploy the API is here: https://help.sap.com/docs/HANA_SMART_DATA_INTEGRATION/bd4ae8b11fd749cabb248aff53837eb8/f4d19e93c3434...
Also review the Business Accelerator Hub page detailing methods of the API, such as /tasks/{taskName}/executions/{execId} for the status of a certain task run: https://api.sap.com/api/EnterpriseInfoMgmt/resource/Task_Execution
If the REST API is not available on your HANA instance, build a solution using SQL procedures to retrieve the information from views provided by SDI. For example TASK_EXECUTIONS or TASK_OPERATIONS_EXECUTIONS.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.