简体   繁体   English

我们是否可以使用Rest API在Azure中收集存储服务操作日志的任何选项?

[英]Do we have any options to collect storage service operation logs in Azure using Rest API

Through the Windows Azure management portal, we can check the storage service operation logs. 通过Windows Azure管理门户,我们可以检查存储服务操作日志。 Is there any way to access those logs using REST APIs in Azure? 有什么方法可以使用Azure中的REST API访问那些日志?

Since I can't post the image: 由于我无法发布图片:

The steps to operation logs ->in the azure portal -> management services -> operation logs(date range) -> list out the operation performed such as VM created/deleted 操作日志的步骤->在azure门户中->管理服务->操作日志(日期范围)->列出执行的操作,例如创建/删除的VM

Are there any Azure APIs to capture these logs programmatically? 是否有任何Azure API以编程方式捕获这些日志?

Thanks for sharing the steps. 感谢您分享步骤。 Yes, you could programmatically get this information. 是的,您可以通过编程方式获取此信息。 To do so, you would need to make use of Windows Azure Service Management API especially List Subscription Operations . 为此,您需要使用Windows Azure Service Management API尤其是List Subscription Operations Portal actually makes use of the same operation. 门户实际上使用相同的操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM