Akamai API Gateway
Version: 2.0.0
The Akamai API Gateway governs your API traffic by authenticating, authorizing, and controlling requests from API consumers.
Connect Akamai API Gateway with LogicHub
- Navigate to Automations > Integrations.
 - Search for Akamai API Gateway.
 - Click Details, then the + icon. Enter the required information in the following fields.
- Label: Enter a connection name.
 - Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
 - Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
 - Remote Agent: Run this integration using the LogicHub Remote Agent.
 - Server URL: The server URL to connect to the Akamai API Gateway.
 - API Key: The API key to connect to the Akamai API Gateway.
 
 - After you've entered all the details, click Connect.
 
Actions for Akamai API Gateway
Signout
Signout the resource depends on inputs.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
| Input Name | Description | Required | 
|---|---|---|
| User ID | Jinja-templated text for user id. Example: {{user_id_column}}. | Optional | 
| Device ID | Jinja-templated text for device id. Example: {{user_id_column}}. | Optional | 
| Client Type | Jinja-templated text for client type. Example: {{client_type}}. | Optional | 
Output
A JSON object containing multiple rows of result:
- has_error: True/False
 - error: message/null
 - result: success/failure
 
Release Notes
v2.0.0- Updated architecture to support IO via filesystemv1.1.0- Client Type optional field added toSignoutaction.
Updated about 2 years ago