cancel
Showing results for 
Search instead for 
Did you mean: 

How to get an overview of which connection is used by models?

Verakso
Participant
0 Kudos
1,478

Is there a way, where I can see which connections my models are using as an overview, rather than now, where I have to open each model, and check inside?

I would like to easily chek a list of models, whether they are using the right connection or not, eg in the list view.

But is there another way I could retrieve this information?

BR
/Thomas

View Entire Topic
eeddggaarr
Contributor

Hi Thomas,

after adjusting the URL below (XYZ part) you get a long list where among other things story name & id, query name/id an name of connection is shown.

You could then use notepad++ with plugin JSON-Viewer to transform the output to a more readable format.

https://XYZ.XYZ.sapanalytics.cloud/api/v1/stories?include=models

br
edgar

Verakso
Participant
0 Kudos

Unfortuneatly you can only mark one answer correct, but this is abosolutely a runner up!.
In fact it was the particular way for me to retrieve the needed information on the tenant in question, since Administration Cockpit, wasn't aviliable.
I still mark the solution using Administration Cockpit correct, since that will be the way foreward for most, and this solution - all thought still feasible, is bit nerdy and proberbly not suited for everyone - but thanks eeddggaarr