all_​http_​in_​cache_​hierarchy

Version: v2025-02-18Includes 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, Sure​Route, 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.