ltm rule command ASM signatureΒΆ

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



ASM::signature
       Returns the list of signatures.

SYNOPSIS
       ASM::signature (ids | names | set_names | staged_ids | staged_names |
       staged_set_names)

DESCRIPTION
       Returns the list of signatures.

       Syntax

       ASM::signature ids

	    * Returns the ids of signatures.

       ASM::signature names

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

       ASM::signature set_names

	    * Returns a list with the set names of the signatures.

       ASM::signature staged_ids

	    * Returns the ids of staged signatures.

       ASM::signature staged_names

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

       ASM::signature staged_set_names

	    * Returns a list with the set names of the staged signatures.

RETURN VALUE
VALID DURING
       ASM_REQUEST_DONE, ASM_REQUEST_VIOLATION, ASM_RESPONSE_VIOLATION

EXAMPLES
	when ASM_REQUEST_DONE {
	    log local0. "ids=[ASM::signature ids] names=[ASM::signature names] set_names=[ASM::signature set_names]"
	    log local0. "staged_ids=[ASM::signature staged_ids] staged_names=[ASM::signature staged_names] staged_set_names=[ASM::signature staged_set_names]"
	}

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



BIG-IP				  2017-01-31			      iRule(1)