Default API rate limits

Akamas services are configured out-of-the-box to use API rate limiting on number of calls (per second and per minute) and on maximum size of payload. Most services use the following values (otherwise referred as standard values):

max API calls per second: 100
max API calls per minute: 200
max payload size: 2Mb

Services that do not use the standard values above are listed below, along with their specific values. This means that if one config value is not present in the list below (e.g.: max payload size), the value listed above (e.g.: 2Mb) is used by that specific service.

ANALYZER
# standard values

CAMPAIGN
max API calls per second: 150
max API calls per minute: 700

KEYCLOAK
max API calls per minute: 400
max payload size: 5Mb

LICENSE
# standard values

LOG
# standard values

METRICS
max API calls per minute: 300
max payload size: 5Mb

OPTIMIZER
# standard values

ORCHESTRATOR
# standard values

STORE
max payload size: 5Mb

SYSTEM
# standard values

TELEMETRY
max payload size: 5Mb

USER
# standard values

Last updated

Was this helpful?