Diagnostics Report
The Diagnostics report gathers TestEngine’s logs, configuration info, and other information that may be useful for troubleshooting.
Tip
The diagnostic report does not contain any sensitive information.
To get the diagnostics report, you can either use the web interface of TestEngine or send a request to the TestEngine API using curl, ReadyAPI, or any other similar tool.
Note
Only administrators can get the diagnostics report.
Using API
Use the following operation:
GET http://<testengine-host>:8080/api/v1/diagnostics
See details on SwaggerHub in the ReadyAPI TestEngine API – Get Diagnostics section.
Using Web UI
Go to the home page of TestEngine:
http://<testengine-host>:<port>/
For example, if TestEngine is installed on your local machine and you run it on the default port, use the following link:
http://localhost:8080/
Select Diagnostics Report from the user menu, and then click Download Diagnostics Report: