ltm rule command ASM threat campaignΒΆ

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

ASM::threat_campaign
       Returns the list of threat campaigns.

SYNOPSIS
       ASM::threat_campaign ( names | staged_names )

DESCRIPTION
       Returns the list of threat campaigns.

       Syntax

       ASM::threat_campaign names

	    * Returns a list with the names of the threat campaigns found in the transaction.

       ASM::threat_campaign staged_names

	    * Returns a list with the names of the staged threat campaigns found in the transaction.

RETURN VALUE
VALID DURING
       ASM_REQUEST_DONE, ASM_REQUEST_VIOLATION, ASM_RESPONSE_VIOLATION

EXAMPLES
	when ASM_REQUEST_DONE {
	    log local0. "names=[ASM::threat_campaign names] staged_names=[ASM::threat_campaign staged_names]"
	}

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

BIG-IP						      2020-06-23					     iRule(1)