Hi. I need to write a flow service that will list all services in all packages across all servers, their last run date, and their run count. Basically the info that is displayed on the integration server>service usage page. Can someone point me in the right direction on how to do this from flow code?
does this only return services which ran recently? getServiceStats returns only those services which have run since server restart. →
Correct assumption
what about services which haven’t ran in a while? They will only be returned if they’ve run since server restart. —>
Correct Assumption and most likely you will need to create custom sql to query the backend IS tables itself.