cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IMDesignTimeObjectMonitor or DPAGENT - Is there any API that we have for this in SDI or HANA DB

SAPSupport
Employee
Employee
0 Likes
316

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.


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

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.

Answers (0)