Is possible to access appointed instance when Mendix app has multiple instance on Cloud

0
I know there is a table named system.$xasinstance, it keeps all Mendix app instance. Mendix cloud can balance request to  one of those instances. Is it possible to route request to special(appointed) instance? If yes, where can I get the URL list?
asked
1 answers
0

I don’t think it’s possible in Mendix Public Cloud. According to https://docs.cloudfoundry.org/concepts/http-routing.html#app-instance-routing you can do it if you can find the instance GUID. That would be possible if you have access to CF API.

 

What is your use case? Can you give more details in why you are doing this?

answered