ASM::microservice

Description

returns the microservice matched for the request

Syntax

ASM::microservice

Examples

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