Logs
- 1 minute to read
- Print
- DarkLight
- PDF
Logs
- 1 minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
This document provides information about the API logs screen in the A2A module, which displays detailed logs of requests made to the APIs managed by A2A that encountered some type of error.
Prerequisites
- System administrator permission.
Path to access
- On senhasegura, in the navigation bar, hover over the Products menu and select A2A.
- In the side menu, select Audit > Logs.
Actions menu
Item | Type | Description |
---|---|---|
Actions | Dropdown menu | Displays the options Print report, Export CSV, and Schedule report. |
Search fields
Info
To view all search fields, click More.
Item | Type | Description |
---|---|---|
Client ID | Text field | Filters records by the client application identification code in senhasegura. Note: this isn’t the same as the Client ID used to generate the access token in the OAuth 2.0 authentication flow. |
Client | Text field | Filters records by the name of the client application. |
Authorization ID | Text field | Filters records by the authorization identification code in senhasegura. |
IP | Text field | Filters records by the IP address of the client application. |
Resource | Text field | Filters records by the server resource to which the API call was directed. |
Status | Text field | Filters records by the HTTP status code returned by the server. |
Error | Dropdown menu | Filters records by the occurrence of an error during the API call. Select No to filter for 400 -type errors and Yes to filter for 500 -type errors. |
Date/Time | Date picker | Filters records by the period the requests were made. |
Report fields
- ID: unique identifier generated by senhasegura for each record in the report.
- Client ID.
- Client.
- Authorization ID.
- Authorization.
- IP.
- Resource.
- Event: type of event. By default, the value will always be Request.
- Method: HTTP method used to make the API call (
GET, POST, PUT, DELETE
). - Status.
- URL: application address used to make the API call.
- Server: server that processed the API call.
- Error.
- Duration: the duration of the API request, measured in seconds.
- Date/Time: date and time of the API call.
Info
By default, the report displays 30 records per screen and has a total limit of 10,000 records. To go to the next screen, click the forward button at the end of the report.
Was this article helpful?