ltm rule event EPI NA CHECK HTTP REQUESTΒΆ

iRule(1)						BIG-IP TMSH Manual						  iRule(1)

EPI_NA_CHECK_HTTP_REQUEST
       Internal event for Endpoint Inspector/Network Access iRule invocation, triggered when special status check request arrives

DESCRIPTION
       This event is triggered when special http request comes. Those requests are '/my.status.eps', '/my.status.na' and
       '/my.report.na'. This event is required for internal needs to provide extra functionality for Network Access and Endpoint
       Inspector client applications.

Examples
	when EPI_NA_CHECK_HTTP_REQUEST {
	    log local0.notice "Client requested or reported status update"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-13.0.0 --First introduced the event.  --Requires APM module

BIG-IP							    2022-04-12							  iRule(1)