ltm rule command RTSP statusΒΆ

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



RTSP::status
       Returns the HTTP style status code from the current RTSP response.

SYNOPSIS
       RTSP::status

DESCRIPTION
       Returns the HTTP style status code (for example, 200 or 401) from the
       current RTSP response.

       Syntax

       RTSP::status

	    * Returns the HTTP style status code (for example, 200 or 401)
	      from the current RTSP response.

RETURN VALUE
       Returns the HTTP style status code from the current RTSP response.

VALID DURING
EXAMPLES
	rule xxx {
	    when RTSP_RESPONSE {
		puts [RTSP::status]
	    }
	}

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



BIG-IP				  2017-01-31			      iRule(1)