ltm rule command PROFILE httpΒΆ

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



PROFILE::http
       Returns the value of an HTTP profile setting.

SYNOPSIS
       PROFILE::http ATTR

DESCRIPTION
       Returns the current value of the specified setting in the assigned HTTP
       profile.

RETURN VALUE
       Returns the current value of the specified setting in the assigned HTTP
       profile.

VALID DURING
       ANY_EVENT

EXAMPLES
	# For examples of the command output, add a simple logging iRule to a VIP:
	when HTTP_REQUEST {
	   log local0. "\[PROFILE::http name\]: [PROFILE::http name]"
	}

	# Note: When testing command options listed above some generated either MCP errors when trying to save the iRule or TCL runtime errors when executing the code in 9.4.5.

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



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