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						      2020-06-23					     iRule(1)