ltm rule command CONNECTOR profileΒΆ

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

CONNECTOR::profile
       Get connector profile name.

SYNOPSIS
       CONNECTOR::profile

DESCRIPTION
       CONNECTOR::profile
	   Get the connector profile name in the current context.

RETURN VALUE
       CONNECTOR::profile
	   Return the connector profile name.

VALID DURING
       ANY_EVENT

EXAMPLES
	when CONNECTOR_OPEN {
	    if {([CONNECTOR::profile] eq "/Common/connector_profile_1")} {
		log local0. "CONNECTOR_OPEN raised by connector_profile_1"
	    }
	}

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

BIG-IP							    2022-04-12							  iRule(1)