Logs
  • 1 minute to read
  • Dark
    Light
  • PDF

Logs

  • Dark
    Light
  • PDF

Article summary

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

  1. On senhasegura, in the navigation bar, hover over the Products menu and select A2A.
  2. In the side menu, select Audit > Logs.

Actions menu

ItemTypeDescription
ActionsDropdown menuDisplays the options Print report, Export CSV, and Schedule report.

Search fields

Info

To view all search fields, click More.

ItemTypeDescription
Client IDText fieldFilters 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.
ClientText fieldFilters records by the name of the client application.
Authorization IDText fieldFilters records by the authorization identification code in senhasegura.
IPText fieldFilters records by the IP address of the client application.
ResourceText fieldFilters records by the server resource to which the API call was directed.
StatusText fieldFilters records by the HTTP status code returned by the server.
ErrorDropdown menuFilters 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/TimeDate pickerFilters 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?