ltm rule command ECA disableΒΆ

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

ECA::disable
       Disables the plugin in the flow.

SYNOPSIS
DESCRIPTION
       The ECA::disable command disables the plugin in the flow.

       Syntax

       ECA::disable

RETURN VALUE
VALID DURING
EXAMPLES
	when HTTP_REQUEST {
	    if { [HTTP::path] starts_with "/protected_uri" } {
		ECA::enable
		ECA::select select_ntlm:/Common/exch_ntlm_auth_config
	    } else {
		ECA::disable
	    }
	}

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

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