ltm rule command WS payload ivsΒΆ

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

WS::payload_ivs
       Specifies name of the Internal Virtual Server (IVS) that will process websocket payload protocol

SYNOPSIS
       WS::payload_ivs IVSNAME

DESCRIPTION
       WS::payload_ivs 
	   Sets the name of Internal Virtual Server (IVS) that will process websocket payload protocol.
	   This command takes effect only when payload processing mode of websocket profile is configured to Termination.

RETURN VALUE
VALID DURING
       WS_REQUEST HTTP_REQUEST

EXAMPLES
	when WS_REQUEST {
	    switch [WS::request protocol] {
		mqtt {
		    WS::payload_processing enable
		    WS::payload_ivs /Common/mqtt_ivs
		}
	    }
	}

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

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