Questions tagged [azure-rest-api]
320 questions
0
votes
1 answer
How to create work item to TFS by using REST API
I want to create work items using nodejs REST API. I have personal access token. Anyone have idea how to authenticate and add new work item to TFS.

Rahul Patil
- 493
- 5
- 14
0
votes
1 answer
Azure Advisor REST API Recommendation Extended Properties Do Not Populate?
I am pulling Recommendations from the Azure Advisor Rest Api and am not able to retrieve the extendedProperties values.
Specifically, I am looking for savings data from Recommendations of the Cost category.
In the following video at 58 seconds…

David
- 797
- 2
- 8
- 23
0
votes
2 answers
Azure VMSS - uptime deduction via REST API
Is it possible to get the uptime of Azure VMSS Managed Instance via Azure REST API?
What is the optimal way to obtain this information programmatically?

GilliVilla
- 4,998
- 11
- 55
- 96
0
votes
1 answer
How to get all the action results related to a azure logic app run or execution at one shot?
I have a azure logic app designed at my end with some many connectors and loops and conditions like Sending email,SQL update and other set of things.
The flow gets executed properly as per my requirement and provides me the end result.
Now what i…

Chaitanya N G
- 504
- 12
- 29
0
votes
1 answer
How do i get Diagnostics status of resources under diagnostic settings list in azure portal with Azure Rest API? Status like: Enabled/Disabled
This is what i wantI want Diagnostics Status of particular resource in azure portal with azure rest API. Status is like: Enabled/Disabled
I have gone through most of the Rest API related to Diagnostics settings but in that API we need to pass the…

Shubham Tokalwad
- 1
- 1
0
votes
1 answer
How to get List of resources which are listed for diagnostic settings on azure portal
we are not getting list shown under diagnostics settings in azure portal, with using azure rest API
i tried using azure rest API for diagnostics setting list
i want list of resources under diagnostics settings from azure portal using azure rest…

prashant k
- 1
- 1
0
votes
2 answers
How to Refresh the (indexes) azure search service, recently uploaded file in Blob container without using cron job
I have created azure storage account and blob container and also created azure search service added blob container in this search service so when i upload new document to the blob i need to refresh the indexer through the REST API call using python…

veeresh G.S
- 15
- 7
0
votes
1 answer
Delete Ocp-Apim-Trace-Location from Header
I want to delete ocp-apim-trace location once api call made in APIM policy.
Please suggests.enter code here

CHIRAG LADDHA
- 29
- 1
- 5
0
votes
1 answer
Azure Application Insights Rest API Get Summary call returns empty
I am trying to use Azure Application Insights REST API call to get some summary information using Powershell. ( https://learn.microsoft.com/en-us/rest/api/monitor/alertsmanagement/alerts/getsummary )
So I went ahead and created App Registration in…

user42012
- 722
- 12
- 33
0
votes
1 answer
List available sub-resources for provider resource type
I'm attempting to gather a full JSON representation of my Azure resources in a given subscription, but can't figure out how I enumerate the available sub-resources for a given resource type.
For example, I can get the Microsoft.Web/sites/{name}…

Rhysk
- 33
- 1
- 5
0
votes
1 answer
Can I use MFA app passwords with Azure oauth2.0 ROPC?
In powershell we have a script that gets info from Azure REST API using Resource Owner Password Credentials.
https://learn.microsoft.com/bs-latn-ba/azure/active-directory/develop/v2-oauth-ropc
The script works perfectly with users that don't have…

WouterSterkens
- 17
- 1
- 6
0
votes
1 answer
Azure resource management api retrieves only current tenants
I have a Microsoft account.
I have a subscription which belongs to, say, tenant1 (AD1).
I create another active directory (say, AD2), but I don't move the current subscription to AD2.
I can create users in both active directories, make them guests…

amplifier
- 1,793
- 1
- 21
- 55
0
votes
1 answer
Need to understand Run command in Azure via REST API
I was following this documentation and trying to run a simple shell script in a vm using this.
https://learn.microsoft.com/en-us/rest/api/compute/virtual%20machines%20run%20commands/runcommand#runcommandinputparameter
But what needs to be the…

Anindya Sankar Dey
- 101
- 13
0
votes
1 answer
Any difference between recoverable databases and restorable dropped servers?
I was looking at Azure's REST API docs and I couldn't find any major differences between the two, as both refer to databases which can be "brought back to life" after some sort of failure or deletion of the…

Omer
- 11
- 3
0
votes
1 answer
How do I filter returned resource groups by role definitions?
I'm trying to make a GET request to list all of the available resource groups by the authenticated user's Role Assignment; in this case, "contributor".
I've looked at listing role assignments but I can't seem to use "contributor" as a filter when…

Jamie
- 3,105
- 1
- 25
- 35