Is there any way to monitor/control client program (via REST API) access to RTC server?
2 answers
You see all REST calls in httpserver access.log file.
For this reason I do logfile management in this way in httpd.conf:
CustomLog "|bin/rotatelogs.exe C:/logs/HTTPServer/access_%Y_%m_%d_%H_%M_%S.log 86400" common
Comments
Hi @schneidg,
What is the key word you would use to search in the access.log for the API access record? Thanks.
Hi Clement,
You can also see in active services in admin panel (https://clm.admin.ws/ccm/admin#action=com.ibm.team.repository.admin.activeServices) what is exactly going on the server. It might be helpful too.
Best regards,
Krzysztof Kazmierczyk
You can also see in active services in admin panel (https://clm.admin.ws/ccm/admin#action=com.ibm.team.repository.admin.activeServices) what is exactly going on the server. It might be helpful too.
Best regards,
Krzysztof Kazmierczyk
Comments
@krzysztofkazmierczyk, thanks. I'm aware of the admin page but I don't know what service names would tell me they are coming from REST API call? Thanks.