Hi all-
I've seen older posts for this topic but nothing in past couple years so here goes. Is there a way to export the application interactions/dependencies seen on the Flow Map? e.g. Tier A calls Tier B with HTTP, Tier C calls these specific backends on nnn ports. Or some utility that recursively "walks" the tree of Tiers/Nodes/Backends using the Application Model API calls?
Hi @Brandon.Camp,
I wanted to follow up to see if you saw Mario's reply. If the reply helped, please click the "Accept as Solution" button. If not, please keep the conversation going and reply to this thread.
Hi, there is no official API for that. However you can just open up developer options in your browser and look at the flowmap response json for the data, and then do with that what you want.
What is your use case or end goal by getting the info?
I am trying to call the applicationFlowMapUiService from Postman but getting an error. I can fetch other restui services just fine from Postman client but this one is giving me the following error:
"HTTP ERROR 500 javax.servlet.ServletException: javax.ejb.EJBException: Identity Entity must be of type
"USER" to retrieve user."
The API I am calling looks like: {{controller_host}}/controller/restui/applicationFlowMapUiService/application/{{application}}?time-range={{timerange}}&mapId=-1&baselineId=-1&forceFetch=false
Any ideas?
That's the one you wanted me to use right?