- Property Manager name: EdgeWorkers
- Behavior version: The
v2023-01-05
rule format supports theedge_worker
behavior v1.6. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
EdgeWorkers are JavaScript applications that allow you to manipulate your web traffic on edge servers outside of Property Manager behaviors, and deployed independently from your configuration's logic. This behavior applies an EdgeWorker to a set of edge requests.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | When enabled, applies specified EdgeWorker functionality to this rule's web traffic. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
edgeWorkerId | string | Identifies the EdgeWorker application to apply to this rule's web traffic. You can use the EdgeWorkers API to get this value. | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"enabled","op":"eq","value":true}} |