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

go.gifSee details on SwaggerHub in the ReadyAPI TestEngine API – Get Diagnostics section.

Using Web UI

  1. 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/
  2. Select Diagnostics Report from the user menu, and then click Download Diagnostics Report:

    diagnostics-report.png

See Also

Publication date: