all_http_in_cache_hierarchy
Version: v2025-02-18 | Includes use: Yes |
---|
Behavior name: Allow All Methods on Parent Servers
Allow all HTTP request methods to be used for the edge's parent servers, useful to implement features such as Site Shield, SureRoute, and Tiered Distribution. (See the site_shield
, sure_route
, and tiered_distribution
behaviors.)
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" "all_http_in_cache_hierarchy" {
rules_v2025_02_18 {
name = "Allow All Methods on Parent Servers"
comments = "Enables all HTTP methods on parent servers."
behavior {
all_http_in_cache_hierarchy {
enabled = true
}
}
}
}
"behaviors": [
{
"name": "allHttpInCacheHierarchy",
"options": {
"enabled": true
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables all HTTP requests for parent servers in the cache hierarchy.
|
Updated 9 days ago