I have node names and want to fetch if any services are running on that node.I know we can check using service fabric UI, but want to fetch in c# application.
Want all services names and there health status for node mentioned.
Couldn’t found any way please help.