- Property Manager name: EdgeWorkers
- Behavior version: The
v2024-01-09
rule format supports theedge_worker
behavior v1.9. - 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}} | |
m_pulse | boolean | Enables m_pulse reports that include data about EdgeWorkers errors generated due to JavaScript errors. For more details, see Integrate m_pulse reports with EdgeWorkers. | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"enabled","op":"eq","value":true}} |