Hello,
I am about to upgrade the web apps on my cluster of 25 agents, is there a way that I can retrieve the web apps version in 1 request? I would like to verify if every agent in the cluster is running the correct version, without having to connect to each agent separately.
Hi,
Currently, there’s no single API call that returns the semantic version of the web apps across your cluster. The GetDataMinerVersionInfo API call can retrieve the build version for the current agent, but not the full semantic version. You could script this call to run against all agents, though it’s not supported out of the box.
For now, the only way to check the semantic version is by opening the web client on each agent and viewing it in the About window.
I’ll add this to our backlog as a potential improvement for the future.