Is there an available API method for listing and getting information for all registered nodes for a Selenium Hub.
I can use /grid/api/proxyid=nodeurl:5555 to get a particular nodes information, but can't seem to find a way to list all available nodes.
I've seen a function in the source "getAllProxies" but don't see an api implementation of this.
Any help would be appreciated.