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