没有获得azure vm度量数据值

时间:2016-03-23 11:36:31

标签: python rest azure

我正在尝试使用以下其余API获取vm的指标值:

https://management.azure.com/subscriptions/aac11d2f-f03b-454e-9f65-4eb00795f964/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/ubuntu/metrics?api-version=2014-04-01& $滤波器=%28name.value%20当量%20%27 \内存\ Availableand%20timeGrain%20当量%20duration%27PT1M%27%20于是%20startTime%20当量%202016-02-18T20%3A26% 3A00.0000000Z%20于是%20endTime%20当量%202016-03-23T21%3A26%3A00.0000000Z

但它给了我一个糟糕的请求网址。任何人都可以帮助我解决这个问题。

2 个答案:

答案 0 :(得分:1)

最后得到了API来列出其余API的天蓝色资源指标共享链接:

https://msdn.microsoft.com/en-us/library/azure/mt743622.aspx

答案 1 :(得分:0)

如果要从Azure Platform获取VM指标,可以按照这些文档进行操作。

使用Azure存储服务存储指标,并使用存储SDK或Rest API获取指标,无论您使用的是经典模式还是资源组模式。

请参阅有关如何在Azure Portal上启用诊断设置的官方文档: https://azure.microsoft.com/en-in/blog/windows-azure-virtual-machine-monitoring-with-wad-extension/  以及如何使用Azure存储REST API(https://msdn.microsoft.com/en-us/library/azure/dd179355.aspx)和SDK(https://github.com/Azure?utf8=%E2%9C%93&query=storage

根据您的说明,您似乎使用Application Insight服务在Azure上显示指标。实际上,根据我的经验,Application Insight服务处于预览状态,它是为Azure平台上的实时应用程序设计的,例如Web App,Android App等。