ltm rule command ANTIFRAUD alert license idΒΆ

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



ANTIFRAUD::alert_license_id
       Returns crc32 of the license id in hex.

SYNOPSIS
       ANTIFRAUD::alert_license_id

DESCRIPTION
       returns crc32 of the license id in hex

RETURN VALUE
       returns crc32 of the license id in hex

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
			log local0. "Alert license ID: [ANTIFRAUD::alert_license_id]."
	}

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



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