ltm rule command ASM microserviceΒΆ

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

ASM::microservice
       request matched microservice

SYNOPSIS
       ASM::microservice

DESCRIPTION
       returns the microservice matched for the request;

		Syntax
       ASM::microservice

RETURN VALUE
       returns the microservice matched for the request;

VALID DURING
       ASM_REQUEST_DONE, ASM_REQUEST_VIOLATION, ASM_REQUEST_BLOCKING, ASM_RESPONSE_VIOLATION

EXAMPLES
	when ASM_REQUEST_DONE
	{
		       if {[ASM::microservice] eq "*a/login.php"}
		       {
			       log local0. "Microservice : found"
		       }
	}

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

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