Azure 应用服务 API

Azure App Service API

查看 Azure 门户,我可以看到 API 应用程序和 Web 应用程序的监控图表,其中 return 指标信息,例如请求数量、cpu 时间、数据 i/o,等等

有没有我可以查询的 API Azure 应用程序服务的 return 信息?

我想你搜索的名字是:"Azure Monitoring Services API"。 您可以 get/set 指标。

您可以通过 Nuget 包访问 API :

PM> Install-Package Microsoft.WindowsAzure.Management.Monitoring

可以,可以。

请参考Azure Insights REST API Reference

如果您只想查看资源组中的 Web 应用程序列表,这可以简单地使用 Azure 资源管理器 API 来实现,这是新的 API 使用的默认值门户网站。

我们现在甚至有一个很酷的工具来探索这些 APIs,检查 https://azure.microsoft.com/en-in/blog/azure-resource-explorer-a-new-tool-to-discover-the-azure-api/

API 引用本身位于 https://msdn.microsoft.com/en-in/library/azure/dn790568.aspx