How do I get a list of connected agents using the REST API?

I can get a list of agents using the following, but what I need is a list of those agents connected... help appreciated...

http://...httpAuth/app/rest/agents

0
1 comment

Hi Jon

You can use requests like

http://teamcity/httpAuth/app/rest/agents?includeDisconnected=false


I've updated the docs.

0

Please sign in to leave a comment.