ltm rule command PEM disableΒΆ

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

PEM::disable
       PEM iRule command to disable PEM feature on current flow.

SYNOPSIS
       PEM::disable

DESCRIPTION
       Disable PEM for the current flow. Note that the config must already contain a Policy Enforcement Profile.

RETURN VALUE
VALID DURING
EXAMPLES
	when HTTP_REQUEST {
	    PEM::disable;
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.3.0 --First introduced the command.

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