Hi,
With regards to sunset of APIv0 is it possible to run an audit to check if any clients are still using the API/v0 endpoint? Maybe by searching for a specific string in the logging folder?
We'd like to make sure there won't be any breaking changes with upgrade from 10.1 to 10.2 main release.
Thanks for your insights.
DataMiner doesn't log this, but the web server (IIS) might log all incoming requests, so you might find it there. The default location is "C:\inetpub\logs\LogFiles\W3SVC1". In this folder you could search for files containing "/API/v0/" (case-insensitive). If it finds any, then you can also see the IP address of the client making the request.
Hi Wim,
Thanks for quick response. I was able to use IIS logs to track this.