简体   繁体   中英

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. Is there any way to access those logs using REST APIs in Azure?

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

Are there any Azure APIs to capture these logs programmatically?

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 . Portal actually makes use of the same operation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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