Airapi User Guide
  • πŸ“™What is Airapi?
  • πŸ“˜Getting Started
    • Manage Environment
      • What is an Environment?
      • Add a New Environment
      • Update Environment
        • Reset Environment Cache
      • Delete Environment
      • Dashboard
      • Messages
      • Configurations
      • Endpoints
      • Applications
      • Documents
      • Agreements
      • Account Settings
    • Create Your Account
      • Verify Email
      • Forget Password
  • πŸ“—Management Portal
    • API Definition
      • Consent Management
      • Scope Management
  • πŸ“•Quota Management
    • Quota Management
    • API Base Quota
    • Application Base Quota
    • Domain Base Quota
  • πŸ“”UK Open Banking
    • Account Details
    • Regular Payments
  • πŸ“’TCMB Standard
    • Hata KodlarΔ±
  • πŸ““Advanced Features
    • App To App Authentication
    • mutual TLS
  • πŸ“–How to
    • How To Get a Client Credential Token?
    • How To Get an AppToApp Token?
    • How To Add Multiple Function Policy?
    • How To Add Data Mask Policy?
    • How To Create a New Tenant User?
    • How To Configure Developer Portal?
    • How To Modify Global Rate Limit?
    • How To Retire an API?
    • How To Reject a Payment Initiation?
    • How To Add a Global Variable?
    • How To Restrict Working Hours?
    • How To Track Gateway Error?
    • How To Export/Import Endpoints?
    • How To Reject Account Consent?
    • How To Exclude an Endpoint?
    • How To Define an Endpoint?
    • How To Define a Mock Policy?
    • How To Define a Rate Limit Policy?
    • How To Define a Mail Policy?
    • How To Transform a Header?
    • How To XML to JSON?
    • How To JSON to XML?
  • πŸ“™Release Notes
    • Versions
    • v2.1.80
    • v2.1.76
    • v2.1.72
    • v2.1.68
    • v2.1.64
    • v2.1.60
    • v2.1.56
    • v2.1.52
    • v2.1.44
    • v2.1.36
    • v2.1.20
    • v2.1.16
    • v2.0.96
    • v2.0.80
    • v2.0.72
    • v2.0.70
    • v2.0.66
    • v2.0.60
    • v2.0.55
    • v2.0.51
    • v2.0.50
    • v1.9.47
    • v1.9.46
    • v1.9.45
    • v1.9.44
    • v1.9.43
    • v1.9.42
    • v1.9.41
    • v1.9.40
    • v1.9.39
    • v1.9.38
    • v1.9.37
    • v1.9.3
    • v1.9.2
    • v1.9.1
    • v1.8.8
    • v1.8.7
    • v1.8.6
    • v1.8.5
    • v1.8.4
    • v1.8.3
    • v1.8.2
    • v1.8.1
    • v1.8.0
    • v1.7.9
    • v1.7.8
    • v1.7.7
    • v1.7.6
    • v1.7.5
    • v1.7.4
    • v1.7.3
    • v1.7.2
    • v1.7.1
    • v1.7.0
    • v1.6.9
    • v1.6.8
    • v1.6.7
    • v1.6.5
    • v1.6.2
    • v1.6.0
    • v1.5.8
    • v1.5.6
    • v1.5.4
    • v1.5
    • v1.4.6
    • v1.4.3
    • v1.4.0
    • v1.3.0
    • v1.2.1
    • v1.1.1
    • v0.8.6
  • βš™οΈPlanned Activities
Powered by GitBook
On this page
  • What is Gateway Log?
  • How It Works?
  1. How to

How To Track Gateway Error?

PreviousHow To Restrict Working Hours?NextHow To Export/Import Endpoints?

Last updated 2 years ago

What is Gateway Log?

Gateway log management is the activity of handling log events generated by the gateway. It involves creating, collecting, centralizing, parsing, transmitting, storing, archiving, and disposing of massive volumes of autogenerated data for troubleshooting and gaining business insights, while also ensuring the compliance and security of applications and infrastructure.

Gateway Logs provides an overview of the different types of transactions and events displayed in ApiGo Gateway and how to monitor them. Gateway logs contain helpful information that you can use to identify and fix most errors with your APIs. This information includes the requests that your API receives, your API’s integration backend responses, and authorization type to reach APIs. Also, the logs contain details about who accessed your API and how they accessed it.

How It Works?

  1. Gateway Logging is an essential part of building backends, and it gives us visibility into how we are processing and responding to incoming requests. When a request is sent to the gateway, the trace will be journaled to monitor by the tenant admin.

2. In gateway logging, tenant admin, as a want to log who has accessed API and how the caller accessed the API. The logged data includes errors or execution traces about requests sent to the gateway and response received by TPP. The admin can use the gateway logs menu in the Management Portal to view and search ApiGo Gateway log details.

-> Log Management -> Gateway Logs -> The Related Log Record

3. Gateway logs can be filtered to a specific time period with using the time filter restricts on the head of the drawer. Tenant admin can set a time filter to view error logs with configuring the time-field. ApiGo provides sample valid dates when editing filters. By default, the time filter is set to the last 1 day.

4. There are five types of filter selection includes Status Code, HTTP Method, TPP Name, published Endpoints, Channel the request will be answered. By default, filters are set to bring all logs. For example, to view error logs, adjust the relevant error code from Status Code.

5. The error with 404 HTTP Status code returned from the gateway, can be monitored by using the filter function on the Log Management menu.

πŸ“–
Management Portal
apigo gateway logs page
apigo gateway logs filter daily
apigo gateway logs detail
apigo gateway logs weekly
apigo endpoint response