标签: .net azure asp.net-core azure-functions azure-logic-apps
有没有办法通过 asp.net 核心应用程序获取 Azure 逻辑应用程序运行历史记录和触发器历史记录?
我有 10 多个逻辑应用程序,因此我需要获取所有这些应用程序的运行历史记录和触发器历史记录。
答案 0 :(得分:1)
您可以使用 REST API
REST API
获取 https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName}?api-version=2016-06-01
获取历史记录
获取 https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/requestHistories?api-version=2016-06-01