selenium grid - api for listing all available nodes
selenium, selenium-grid
Solution
There's an open ticket for this. In the meanwhile, you can build and contribute your own servlet. I've done this to provide a customized version of this API for node monitoring within Mogotest.
Problem
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.