- Property Manager name: Tiered Distribution Customization
- Behavior version: The
v2024-08-13
rule format supports thetieredDistributionCustomization
behavior v1.1. - Rule format status: Deprecated, outdated rule format
- Access: Read-only
- Allowed in includes: Yes
With Tiered Distribution, Akamai edge servers retrieve cached content from other Akamai servers, rather than directly from the origin. This behavior sets custom Tiered Distribution maps (TD0) and migrates TD1 maps configured with advanced features to Cloud Wrapper. You need to enable cloudWrapper
within the same rule.
Option | Type | Description | Requires | |
---|---|---|---|---|
customMapEnabled | boolean | Enables custom maps. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
customMapName | string (allows variables) | Specifies the custom map name. | customMapEnabled is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"customMapEnabled","op":"eq","value":true}} |
serialStart | string | Specifies a numeric serial start value. | customMapEnabled is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"customMapEnabled","op":"eq","value":true}} |
serialEnd | string | Specifies a numeric serial end value. Akamai uses serial numbers to group machines and share objects in their cache with other machines in the same region. | customMapEnabled is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"customMapEnabled","op":"eq","value":true}} |
hashAlgorithm | enum | Specifies the hash algorithm. | customMapEnabled is true | {"displayType":"enum","options":["GCC","JENKINS"],"tag":"select"} {"if":{"attribute":"customMapEnabled","op":"eq","value":true}} |
GCC | A GCC hash. | |||
JENKINS | A Jenkins hash. | |||
mapMigrationEnabled | boolean | Enables migration of the custom map to Cloud Wrapper. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
migrationWithinCwMapsEnabled | boolean | Enables migration within Cloud Wrapper maps. | mapMigrationEnabled is true | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"mapMigrationEnabled","op":"eq","value":true}} |
location | string | Location from which Cloud Wrapper migration is performed. User should choose the existing Cloud Wrapper location. The new Cloud Wrapper location (to which migration has to happen) is expected to be updated as part of the main "Cloud Wrapper" behavior. | migrationWithinCwMapsEnabled is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"migrationWithinCwMapsEnabled","op":"eq","value":true}} |
migrationStartDate | string (epoch timestamp) | Specifies when to start migrating the map. | mapMigrationEnabled is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"mapMigrationEnabled","op":"eq","value":true}} |
migrationEndDate | string (epoch timestamp) | Specifies when the map migration should end. | mapMigrationEnabled is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"mapMigrationEnabled","op":"eq","value":true}} |