ACCESS::flowid

Description

This command can be used to set/get the flow id for SSL Orchestrator using APM logging framework.

Syntax

ACCESS::flowid [flow-id]

ACCESS::flowid

  • Returns the flow id, if it exists, or calculates it, then stores it in the opaque data structure for the connflow.

ACCESS::flowid <flow-id>

  • Sets the flow id to ===Examples===

when HTTP_REQUEST {
    ACCESS::flowid "example"
    set ctx(FID) [ACCESS::flowid]
}