Can i get list and status of management servers in MIPSDK ?

I need to get all list of management servers and its status in federated and non federated systems.

Can i get it using MIPSDK ?

if yes then can you give sample code for it ?

The Multi-site Viewer sample shows how to handle MFA, and as a bonus you can see different strategies on logging in to the sites.

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/multisiteviewer/readme.html&tree=tree_2.html

If you don’t use Milestone Federated Architecture you only have on Management Server, in Milestone terms we call one Management Server and the Recording Servers under it for a site.

The sample above does not give you status. For the Management Server service you can use VideoOS.Platform.SDK.Util.ServerMonitor Class for get a status, there is only two possible statuses; alive or dead..

https://doc.developer.milestonesys.com/html/index.html?base=sdkhelp/class_video_o_s_1_1_platform_1_1_s_d_k_1_1_util_1_1_server_monitor.html&tree=tree_search.html?search=servermonitor

I have an old and small sample that is not part of the official samples but using ServerMonitor.. https://download.milestonesys.com/MIPSDK/Samples/MSAlive.zip