Test Console Audit Records
Reach this screen by following Administration → Audit & Compliance → Test Console Audit.
The Test Console Audit Records screen records every API call made with the Test Console (Quick Test) tool in the Management Console — together with the user who made the call, the target API Proxy and method, the result of the call, and the client address the call came from.
Columns
| Column | Description |
|---|---|
| Local Date | The timestamp at which the test call was made. |
| Username | The user who started the call from the Test Console. |
| Apinizer Correlation ID | The correlation identifier that lets the call be matched with audit/log records. |
| URL | The full address the call was made to. |
| Project | The project the tested API Proxy belongs to. |
| API Proxy | The name of the tested API Proxy. |
| Method/Endpoint | The tested API method/endpoint. |
| Client IP | The IP address of the user who started the call from the Test Console. |
| Status | The status code returned by the call. |
The Client IP column was added in this version; it appears empty on records created before then.
Filtering
From the filter section at the top of the page you can narrow the results by the following criteria: date range, client IP, Correlation ID, user (multiple can be selected), project (multiple can be selected), API Proxy (multiple can be selected), and API method. The Date Range fields can be picked from the calendar or typed directly from the keyboard, and each one also carries a time. Picking a day from the calendar sets the time to 00:00, and a boundary at 00:00 is treated as a whole day: the end date then covers that day through its last record, rather than stopping at midnight. Set a time on either field when you want to narrow the range to a specific moment. The clear button resets the filter contents.
For the IP of the user running the Test Console to be captured correctly, the organization's load balancer or firewall must forward the user's real IP in the X-Forwarded-For header.