Get agent previous pool with REST API (like a can find in Administration>Audit)
Answered
We move sometime agents to special service pool. Can I get with REST API it's previous pool? Right now I can do it with Administration>Audit on web interface. And I need to get it with API.
Please sign in to leave a comment.
Hello Alexey,
Currently it's not possible to get audit records via REST API. Please vote for the request: https://youtrack.jetbrains.com/issue/TW-23683.
Current workaround is to write a custom plugin (e.g. branch the REST API one as it is open-source) to expose the data you need. Also you can get this data from teamcity-activities.log file.
Thanks for response and for link.