all_​http_​in_​cache_​hierarchy

Version: v2024-02-12Includes 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_v2024-02-12 {
    name     = "Akamaizer"
    comments = "Specifies tags and replacement rules for Akamaizer."
    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.