Loading…
Loading…
Integrate with CA Layer7, Software AG webMethods, Perforce Akana, TIBCO Mashery, and Oracle API Gateway for automated API discovery and traffic ingestion.
This document describes the platform's connectors for a set of legacy API gateways: CA/Broadcom Layer7, Software AG/IBM webMethods, Perforce Akana, TIBCO Mashery, and Oracle API Gateway (OAG). These connectors enable traffic-driven discovery by integrating with the gateways to enumerate published APIs and ingest their transaction logs.
Each connector follows a common pattern:
The raw data from each gateway is then normalized into a canonical transaction format and stored in the platform's unified traffic log, making it available for aggregation, observability, and analysis.
This document focuses on the gateways listed above. The connector for IBM DataPower is covered separately.
NOTE
The product names mentioned on this page are for interoperability purposes, indicating which API gateways the platform integrates with. The described capabilities reflect what is implemented in the platform's connectors for these products.
The following table summarizes the discovery and traffic ingest methods for each supported API gateway connector.
| Connector | Discovery | Traffic ingest |
|---|---|---|
| CA / Broadcom Layer7 | Restman REST management API | Transaction log feed (syslog TXN or JSON audit) |
| Software AG / IBM webMethods | Mediator + API Gateway REST APIs | Transaction events (JSON over HTTP destination, or syslog) |
| Perforce Akana | Akana Platform API | Transaction analytics (JSON webhook, or syslog) |
| TIBCO Mashery | Mashery REST management API | Transaction analytics (real-time event webhook) |
| Oracle API Gateway (OAG) | Management REST interface | Log export (syslog/access-log text or JSON log target) |
All five connectors normalize transaction records from their respective gateways into a canonical shape before storing them in the platform's unified traffic-log table.
The normalized record contains the following fields:
Each ingested record is tagged with a gateway_type to identify its source: layer7, webmethods, akana, tibco_mashery, or oracle-oag. This unified data feeds the same aggregation tables, observability dashboards, and learned-example surfaces as all other traffic sources.
The connectors are designed to process transaction events only. Other event types from the gateways, such as policy changes or system alerts that lack service, method, or status information, are recognized and skipped.
TXN transaction-log line (supported in all versions via the log sink).NOTE
The primary ingest method for Mashery is the analytics event webhook. Syslog ingest is not the primary method and is supported on a best-effort basis only.
TXN-style lines), compatible with all OAG and Vordel versions.IMPORTANT
OAG's log field names and JSON schema can vary significantly across product versions (Vordel API Gateway, Oracle API Gateway 11g, 12c) and are dependent on the operator's log-template configuration. The connector accepts a wide set of field name aliases, and the exact field mapping is confirmed during the initial onboarding for a customer using OAG.
These connectors are designed primarily for capturing transaction-level metadata. This data is sufficient for API discovery, dashboards, and SLO reporting. Capturing request or response bodies depends on the capabilities of each gateway's logging interface.
For CA Layer7, Perforce Akana, and Oracle OAG, the names of fields within the transaction logs can be configured by the gateway operator. The connector's field mapping for these platforms is confirmed against the first customer environment running that specific platform.
The connectors target current and recent releases of the specified API gateways, communicating over HTTP/HTTPS.
Modern, REST-native API management platforms are typically addressed by the platform's generic HTTP receiver.