Azure Resource Manager /batch API support
jkroepke opened this issue · 2 comments
Feature Request
We plan to call multiple rest endpoints of Azure Resource Manager. In our use case, we have to fetch information about Virtual Machine Resources which are not availible through Resource Graph or Log Analytics.
As I know, the Portal is using the https://management.azure.com/batch?api-version=2020-06-01
REST endpoint to aggregate multiple calls together.
Now, I'm look for a similar solution here.
I tried to use the the search, however I only found tons of issue related to Azure Batch which seems an like an Azure Service not related to my request.
I'm aware that the Batch API is not part of https://github.com/Azure/azure-rest-api-specs, however this repository also contains other hand-crafted packages, like https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage
@jkroepke, our mgmt. SDK are all auto generated from API spec in https://github.com/Azure/azure-rest-api-specs.
Could you describe more about the goal you want to achieve? And what API/library have you tried but unable to get the expected result?
Could you describe more about the goal you want to achieve?
Goal: Monitoring the Azure VM Agent status from Azure point of view. To archive that, i have to fetch all VM Resources in a 5 Minute interval.
Using single requests may result in API rate limits.
SDK are all auto generated from API spec in Azure/azure-rest-api-specs.
Is that true for https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/azidentity or
https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/security/keyvault as well?