OLPSupplyChainEntityOperations 表的查询

有关在 Azure 门户中使用这些查询的信息,请参阅 Log Analytics 教程。 有关 REST API,请参阅查询

成功的仓库删除请求计数

评估成功的仓库删除请求计数。

SupplyChainEntityOperationLogs
| where RequestMethod == "DELETE" and OperationName == "Microsoft.OpenLogisticsPlatform/workspace/warehouses/delete" and HttpStatusCode == 200
| summarize Count = count() by RequestId