Description
Right now we have an API to fetch the list of online controller servers. The method says getControllerServerList() which in turn gets only the online list.
Suppose the Blur Shell needs a list of both the online and the offline controller list we have no way of getting it today. This API gets the total controller list and with the existing method to get the online controller list, the clients can do a Set difference and get the offline list.