For the complete documentation index, see llms.txt. This page is also available as Markdown.

Akamai

Connection Requirements

1 - Host URL

The Akamai API URL usually follows the format: https://akab-*.luna.akamaiapis.net You can find this in your Akamai Control Center under Identity & Access Management.

2 - API Credentials

You need to create an API client in Akamai Control Center with default access to:

  • DNS / Zones: Read-Only or Read-Write

This will generate the following credentials required for connection:

  • Client Token

  • Client Secret

  • Access Token

3 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

4 - Is Secure?

Choose this if your connection is going to be over HTTPS (optional, default: True).

5 - Thread Count

Number of parallel threads for sending API requests (default: 16).

6 - Sleep Time

Number of seconds to wait between requests (default: 0).

Last updated