rapid
Version: v2025-01-13 | Includes use: No |
---|
Behavior name: Akamai API Gateway
The Akamai API Gateway allows you to configure API traffic delivered over the Akamai network. Apply this behavior to a set of API assets, then use Akamai's API Endpoints API to configure how the traffic responds. Use the API Keys and Traffic Management API to control access to your APIs.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "rapid" {
rules_v2025_02_18 {
name = "Akamai API Gateway"
comments = "Allows you to configure API traffic delivered over the Akamai network."
behavior {
rapid {
enabled = true
}
}
}
}
"behaviors": [
{
"name": "rapid",
"options": {
"enabled": true
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables API Gateway for the current set of content.
|
Updated 1 day ago