- Property Manager name: EdgeWorkers
- Behavior version: The
latest
rule format supports theedgeWorker
behavior v1.9. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latest
rule format
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}} | |
mPulse | boolean | Enables mPulse reports that include data about EdgeWorkers errors generated due to JavaScript errors. For more details, see Integrate mPulse reports with EdgeWorkers. | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"enabled","op":"eq","value":true}} |