I am writing a status monitoring page for our test environment and would like a list of individual selenium/webdriver nodes which are registered with the Grid server. I can do this by scraping the information on /console but I was wondering if there is an api-like way.
Basically I'm looking to do obtain output similar to that of TestSessionStatusServlet but for all registered nodes.
Mark