TFS 2015.3, on premises.
The REST API of TFS has an undocumented portion that deals with app pools: _apis/distributedtask/pools
on the server level and further down. I can drill down all the way to agent details: _apis/distributedtask/pools/111/agents/222
. Now, in the Web UI there are two collections per agent: requests and capabilities. Does anyone know the REST API URLs for those? Adding either /requests
or /capabilities
yields a "Document not found" error.
If the TFS API is somehow self describing, I have yet to discover how. I miss WSDL...