Akamai is the best

Changelog

9 versions
v1.3.1 Latest
  • ActivateList, UpsertListEntries, WaitForActivation: waiting for activation no longer blocks the component execution (which is capped by the engine). Waits are carried by scheduled poll continuations (context.setTimeout) with the timeout enforced as a deadline. Concurrent waits on the same list share a cached status guarded by a lock, so a list is polled once per interval regardless of how many components wait on it.
  • ActivateList: activating a list that is already ACTIVE now succeeds as a no-op instead of failing (Akamai rejects re-activating an unchanged list version).
v1.3.0
  • ActivateList, UpsertListEntries: check the current activation status before activating. If the list is already PENDING_ACTIVATION, either wait for it to complete (new "Wait for Activation" option, with configurable timeout) or fail with a clear message instead of a silent error. Activation status is now surfaced on the output.
  • Added WaitForActivation component that polls a list until it reaches the ACTIVE state, useful for rapid sequential list updates (attacker-after-attacker mitigation).
v1.2.0
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Akamai API.
v1.1.2
  • Added validation for required fields in components.
v1.1.1
  • ActivateList: removed option to select whether Activate or Deactivate the list, now always just activates.
v1.1.0
  • UpsertListEntries, DeleteListEntries: added support for entering IPs in JSON format.
v1.0.3
  • UpsertListEntries: updated tooltip for IPs as 255.255.255.255 would return an error.
  • Lists select now show the type of the List.
v1.0.2
  • DeleteListEntries: now accepts multiple IPs separated by comma.
  • UpsertListEntries: now also activates the list after the upsert is completed.
v1.0.1
  • Initial version

Authentication

TypeDetails
API Key
Hostname URL (text)
Expected value: akab-abc123.luna.akamaiapis.net
Access Token (text)
Client Token (text)
Client Secret (text)

Actions

7
Activate List icon

Activate List

Activates a client list on the staging or production network.
Delete List Entries icon

Delete List Entries

Delete client list entries.
Get List Entries icon

Get List Entries

Get Akamai client list entries.
Get Lists icon

Get Lists

Get Akamai client list lists.
Upsert List Entries icon

Upsert List Entries

Append or update client list entries and activates the list.
Wait For Activation icon

Wait For Activation

Polls a client list until it reaches the ACTIVE state on the selected network. Akamai activations can take 1-15+ minutes, so this component lets a flow wait before continuing with further list operations.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Akamai API.