Questions tagged [azure-rest-api]

320 questions
0
votes
2 answers

Need to get azure automation runbook error using rest api call

I am using Rest api method to start runbook. I am getting output after execution of runbook using rest API but not getting errors with that API i am using to get output is GET…
Ac9293
  • 65
  • 1
  • 12
0
votes
1 answer

event hub capture data backlog

I would like to capture the metric for and EventHub, capture data backlog . Is there a rest api to get the reault . I am developing a .Net application to monitor azure resource.
jubi
  • 569
  • 1
  • 10
  • 34
0
votes
1 answer

How to give to other users 'Can Manage' permissions on Databricks clusters with a script/REST API?

I would like to create clusters in databricks workspace and give 'Can Manage' permissions to some users. How could I do this with REST API or some other script? This is how I create clusters in python (can be done the same with cURL): response =…
Mirit
  • 33
  • 3
  • 9
0
votes
2 answers

Fetch all the Queries under a azure projects using REST call

I am trying to fetch all the available queries under a project using the below REST call https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/queries/list?view=azure-devops-rest-5.0#uri-parameters It needs a depth parameter to be passed if…
Dah Sra
  • 4,107
  • 3
  • 30
  • 69
0
votes
3 answers

Azure REST Api to create classic deployment model storage account

I'm trying to create Azure storage account kind: Storage (classic) via REST APi. When I'm sending this request: PUT…
0
votes
1 answer

Not able to create a VM using azure Rest API

I am trying to create a VM using the azure Rest API. I am trying to call the REST Api through Postman. PUT…
Abhinav Sharma
  • 299
  • 1
  • 8
  • 20
0
votes
1 answer

List Cloud Service Classic use PowerShell and Azure Rest API

I Have a problem. Could you please help me view list Cloud Service Classic use PowerShell and Azure Rest API. When I used script for Web APP I show list Web APP, but when I used scrip for Cloud Service Classic I show error. # Variables $TenantId =…
0
votes
1 answer

Azure COSMOSDB metrics - HttpClientErrorException$BadRequest: 400 Bad Request - Failed to consume REST API

Azure CosmosDB - "Mongo Query Request Rate" Metrics I want to fetch. Microsoft provided URL works fine when I use postman. But if I use WebClient or RestTemplate, it throws…
0
votes
3 answers

Consuming Azure REST API in C# application shows no response

When I try a azure rest api url on azure docs post man, I am able to get a json which has all the resource groups. https://learn.microsoft.com/en-us/rest/api/resources/resourcegroups/list#code-try-0a link But I am trying it from a ASP.NET MVC Core…
Srikanth Y.
  • 73
  • 10
0
votes
1 answer

How to access IP/hostname of my AAD/Application Insights app via Azure REST API request?

I have an application registered both in Application Insights and Azure Active Directory. So, I can send requests to the…
-1
votes
1 answer

a problem creating a restore point in a restore point collection

I am trying to send the rest request to create a restore point in an existing restore point collection. the request body is empty as i want to use default values and the uri is in the format…
shlomi
  • 117
  • 4
-1
votes
1 answer

Is there any way to change B2C properties post creation

I created one B2C tenant following this tutorial https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-tenant During creation, I entered details like Organization name as Contoso b2c by default. Now I need to change these…
-1
votes
2 answers

How to create Azure Resources using REST API?

I want to create resources like CosmosDB, Azure Kubernetes service, etc I went through the following document : https://learn.microsoft.com/en-us/rest/api/resources/resources/create-or-update I see that the request URL has parameters like…
-1
votes
1 answer

Creating Methods in Azure function

I have a Azure DevOps Function which creates a new team in devOps. I'm extending the code to create Repositories and Files and want to have the different parts divided into methods to have it more streamlined. I would really appreciate it if someone…
melody
  • 25
  • 9
-1
votes
1 answer

Is it possible to find the available location for existing virtual machine using azure rest api?

Hi everyone please help me . I want to get available location based on my existing virtual machine configuration using azure rest api.
Unknow
  • 7
  • 2
1 2 3
21
22