GuideReference
TrainingSupportCommunity
Reference

edge_​worker

  • Property Manager name: EdgeWorkers
  • Behavior version: The v2024-01-09 rule format supports the edge_​worker behavior v1.9.
  • Rule format status: GA, stable
  • Access: Read/Write
  • Allowed in includes: Yes

Edge​Workers are Java​Script 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 Edge​Worker to a set of edge requests.

OptionTypeDescriptionRequires
enabledboolean

When enabled, applies specified Edge​Worker functionality to this rule's web traffic.

{"displayType":"boolean","tag":"input","type":"checkbox"}
edge​Worker​Idstring

Identifies the Edge​Worker application to apply to this rule's web traffic. You can use the Edge​Workers API to get this value.

{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
m_​pulseboolean

Enables m_​pulse reports that include data about Edge​Workers errors generated due to Java​Script errors. For more details, see Integrate m_​pulse reports with Edge​Workers.

{"displayType":"boolean","tag":"input","type":"checkbox"}
{"if":{"attribute":"enabled","op":"eq","value":true}}