- Property Manager name: HSAF for Edge IP Binding
- Behavior version: The
latest
rule format supports thehsafEipBinding
behavior v1.0. - Rule format status: Beta, possible breaking changes
- Access: Read-only
- Allowed in includes: Not available for
latest
rule format
Edge IP Binding works with a limited set of static IP addresses to distribute your content, which can be limiting in large footprint environments. This behavior sets Hash Serial and Forward (HSAF) for Edge IP Binding to deal with larger footprints. It can only be configured on your behalf by Akamai Professional Services. For more information, see the Edge IP Binding documentation.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables HSAF for Edge IP Binding customers with a large footprint. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
customExtractedSerial | boolean | Whether to pull the serial number from the variable value set in the | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
hashMinValue | number | Specifies the minimum value for the HSAF hash range, from 2 through 2045. This needs to be lower than | customExtractedSerial is false | {"displayType":"number","tag":"input","type":"number"} {"if":{"attribute":"customExtractedSerial","op":"eq","value":false}} |
hashMaxValue | number | Specifies the maximum value for the hash range, from 3 through 2046. This needs to be higher than | customExtractedSerial is false | {"displayType":"number","tag":"input","type":"number"} {"if":{"attribute":"customExtractedSerial","op":"eq","value":false}} |
tier | enum | Specifies where the behavior is applied. | {"displayType":"enum","options":["EDGE","PARENT","BOTH"],"tag":"select"} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
EDGE | Applies Hash Serial and Forward only at edge regions. | |||
PARENT | Applies Hash Serial and Forward using tiers. For more details, see the Edge IP Binding documentation. | |||
BOTH | Applies Hash Serial and Forward in both environments. |