We are writing a vCenter server extension that runs in its own VM. And we have a client web server plugin that would like to make calls to it. After receiving the call, I need to know where our own extension is running, so that I can route the call to it. Ideally, since serenity, upon bootup, pulled all the extension information, it may have it already. Is it possible to get information about any extension using serenity's SDK. I really would like to avoid making a call to vCenter (which again will involve discovering its location, and enumerating all the extensions to find the one of interest).
↧