ltm rule event CONNECTOR OPENΒΆ

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

CONNECTOR_OPEN
       Triggered when the connector is about to raise the service connect.

DESCRIPTION
       Triggered when the connector is about to raise the service connect. The service connect agent is invoked to connect to
       respective service by the connector. The event is raised by the CONNECTOR before system executes the service connect.

Examples
	when CONNECTOR_OPEN {
	    log local0. "CONNECTOR_OPEN"
	    if {([CONNECTOR::profile] eq "/Common/connector_profile_1")} {
		CONNECTOR::remap server_port 
	    }
	}

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

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