Audit Log

The Audit Log contains information about the events that occurred in TestEngine, for example, server starting, creation of users, deletion of jobs, and so on. For such actions, TestEngine records a timestamp, the name of the user who initiated the action, and the event data.

To view the Audit Log, 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 view the Audit Log.

Using API

Use the following operation:

GET  http://<testengine-host>:8080/api/v1/auditlog[?userName=name[&from=date][&to=date][&sortOrder=string]

go.gifSee details on SwaggerHub in the ReadyAPI TestEngine API – Get Audit Log 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 Audit Log from the user menu:

    Audit Log

To filter log entries, use the Search field:

Audit Log: Filter events

To sort log entries, click on the header of any column.

See Also

Publication date: