ltm rule command RTSP uriΒΆ

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

RTSP::uri
       Returns the complete URI of the RTSP request.

SYNOPSIS
       RTSP::uri (URI_STRING)?

DESCRIPTION
       Returns the complete URI of the RTSP request.

       Syntax

       RTSP::uri

	    * Returns the complete URI of the RTSP request.

RETURN VALUE
       Returns the complete URI of the RTSP request.

VALID DURING
EXAMPLES
	rule xxx {
	    when RTSP_REQUEST {
		puts [RTSP::uri]
	    }
	}

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

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