we want to get detailed information (measures, tables...) from our Azure Analysis Services cubes. The current idea is to use the Azure REST API, but unfortunateley the first attempt via Postman are not working.
We have set up an App registration in Azure which has Admin rights on the Analysis services.Then we get an authorization token with the following settings:OAuth
With the token I try to get the information from the cube:GET https://westeurope.asazure.windows.net/servers/serverXYZ/models/modelABC/tables
But I get 404 Not found. The documentation is not very helpful what scope for the token is valid and what requests can be send.
Does anyone has some experience to share with this?