Can a server list be generated without using HTTP? I would like to develop a way for users to view and select servers to be placed into maintenance mode. The API allows me to view the list in my browser, but that seems to be it. If the output could be written to an XML file, I could access it pro grammatically. Is anyone doing anything like this, or are there any best practices for this?
Thanks.