ADC Advanced Policy Expressions

CLIENT_LISTENER_T


Operates on client listener.

This topic lists the expressions that are provided by this class.

  • VSERVER

    Returns the vserver that received the current request.

Returns: vserver_t

  • SERVICE

    Returns the service serving the current request.

Returns: service_t

  • IS_VSERVER

    Returns TRUE if traffic is received on the vserver.

Returns: bool_at

  • IS_SERVICE

    Returns TRUE if traffic is received on the service.

Returns: bool_at

CLIENT_LISTENER_T

In this article