I want to use the below API to compute Azure APIM analytics and customize the output of it.
But Microsoft document does not cover the API. Can I use this API or I am missing something.
My concerns is how do I know if Microsoft internally change their API or stop supporting them. (This API gives me the expected result in Postman with valid authorization) API post -
https://management.azure.com/batch?api-version=2015-11-01
Request Body -
{
"requests": [
{
"url": "/subscriptions{subscription_Name}resourceGroups/{resource_group_name}/providers/Microsoft.ApiManagement/service/{APIM_name}/reports/bytime?api-version=2019-01-01&$filter=timestamp ge 2019-03-25T09:41:34.144Z and timestamp le 2019-04-25T10:41:34.144Z&interval=PT24H",
"httpMethod": "GET",
"name": "resource_Guid",
"requestHeaderDetails": {
"commandName": "Microsoft_Azure_ApiManagement."
}
}
]
}