Skip to Content

Private API Gateway

Introduction

A Private API Gateway, hosted on a private network, handles these security features and tasks involved in accepting and processing API Manager API calls:

  • Traffic management
  • Authorization and access control
  • Rate limiting
  • API payload processing

A Private API Gateway is a local gateway for processing APIs directly from your own servers. API Manager security features are configured at the API level or security profile level and are cached in the Private API Gateway, which are then referenced during API runtime as described below.

Note

The Private API Gateway is available only for Linux servers. For more information, see Installing a Private API Gateway.

Using a Private API Gateway provides these additional advantages over the Cloud API Gateway:

  • Internal Network: The Private API Gateway and its agents can be restricted solely to an internal network behind a firewall and not be accessible from the Internet.

    Note

    If your Private API Gateway installation is behind a firewall within your network, you must allowlist necessary Jitterbit services.

  • Payload Security: API response payloads never pass through Jitterbit's systems.

  • Control: You have control over the Private API Gateway's hardware and software environment, ensuring that it meets your company's standards.
  • Domain Name: The base API endpoint URL can be configured to be a subdomain of a domain name you control, rather than a subdomain of the Harmony region (jitterbit.cc, jitterbit.eu, or jitterbit.net). An alternative to using a Private API Gateway for controlling the domain name is to use a third-party tool such as Cloudflare or a DNS proxy to route a custom domain name to the base URL.

For information on installing and configuring a Private API Gateway, see Installing a Private API Gateway.

Private API Gateway System Architecture

This diagram displays the system architecture of a Custom API deployed on-premises with a Private Agent and a Private API Gateway:

attachment

  1. An API consumer makes a call to the API located at the Private API Gateway.

  2. The Private API Gateway references the cached security profiles (if applicable) and API metadata to perform authentication and access control tasks. If access to the API is denied, the Private API Gateway will return an appropriate HTTP response and status to the API consumer. If access to the API is granted, the API request is routed to the messaging service, which routes requests for Agent Groups.

  3. The Private Agent receives the request from the messaging service.

  4. The Private Agent references the API operation specified during the Custom API configuration and triggers the deployed operation.

  5. The operation responds with an API payload consistent with the response type selected during the Custom API configuration.

  6. The API response payload is routed from the Private Agent back to the Private API Gateway, which extracts the API payload and sets the final HTTP response and status. The HTTP response and status is sent to the API consumer.

    Note

    Unless the operation being triggered by the API call is using temporary storage, the API response payload will remain on the agent for a maximum of two days. The API response payload will remain on the Private API Gateway for no longer than the API Gateway timeout of 15 seconds.

  7. Runtime status information and logs of running operations are sent to the transaction logs database.

    Note

    Consumer data is not stored in the transaction logs database unless debug mode is enabled during Custom API configuration.