有没有办法在不编写程序代码的情况下调用Windows Azure服务管理REST API

时间:2012-05-11 22:50:09

标签: azure

我们正在寻找一种可以直接调用Windows Azure Service Management REST API的工具(即无需编写源代码),以便操作员可以轻松调用它们。

到目前为止我们发现的是:

Windows Azure PowerShell Cmdlet(http://wappowershell.codeplex.com/documentation)现在也是我们的选择之一,但如果我们可以直接调用REST API则要好得多。原因是1)测试目的。有时我们想调用REST API,而不是包装它。 2)在Cmdlet实现REST API之前有一段时间滞后。 (如果我没记错的话,当引入Storage Analytics时,我们需要调用REST API来使用它。但是当时没有Cmdlet。)

2 个答案:

答案 0 :(得分:1)

使用BURP工具怎么样? Burp是一个很好的基于Java的工具,可以直接在GUI中使用REST API。您可以使用Burp工具设置与Azure管理一起使用的PFX证书,然后只需键入REST API和参数即可发送请求并获取响应。

您可以下载以下工具: http://portswigger.net/burp/proxy.html

我今天测试了该工具,然后编写了以下博客来解释如何使用REST API配置Burp来管理Windows Azure订阅和服务。

http://blogs.msdn.com/b/avkashchauhan/archive/2012/05/16/windows-azure-management-using-burp-java-based-gui-tool-and-rest-api.aspx

答案 1 :(得分:0)

除了Azure Powershell Cmdlet之外,请查看Cerebrata的Powershell Cmdlets @ http://cerebrata.com/Products/AzureManagementCmdlets/