PROFILE::httpclass¶
Description¶
Returns the current value of the specified setting in the assigned
HTTP Class profile.
Warning
Deprecated in BIG-IP Next v20.0.1
Syntax¶
PROFILE::httpclass <setting_name>
PROFILE::httpclass <setting_name>¶
- Returns the current value of the specified setting in the assigned HTTP Class profile.
Examples¶
when HTTP_CLASS_SELECTED {
if {[PROFILE::httpclass [HTTP::class] wa_enabled]}{
log local0. "Web Accelerator enabled on class [HTTP::class]"
} elseif {[PROFILE::httpclass [HTTP::class] ts_enabled]}{
log local0. "ASM enabled on class [HTTP::class]"
}
}