DataScript: avi.vs.se

Function avi.vs.se()
Description Returns the UUID of the service engine handling the request
Events HTTP_PRE_AUTH
HTTP_POST_AUTH
HTTP_REQ
HTTP_REQ_DATA
LB_DONE
HTTP_RESP
HTTP_RESP_DATA
HTTP_RESP_FAILED
Parameter None
Returns The string value is the UUID of the currently used service engine
Example

se_uuid = avi.vs.se()
avi.vs.log("On SE: " .. se_uuid)