LocalLB::ProfileHttpClass

Introduced : BIG-IP_v9.2.0
  • IMPORTANT* This entire interface has been deprecated immediately. As of v11.4.0, attempting to perform any of the functions in this interface will return a not-implemented exception. The ProfileHttpClass interface enables you to manipulate a local load balancer’s ability to classify HTTP traffic.

The ProfileHttpClass interface enables you to manipulate a local load balancer&aposs ability to classify HTTP traffic.

Methods

Method Description Introduced
add_cookie_match_pattern Adds to the lists of patterns used to match the cookies. BIG-IP_v9.2.0
add_header_match_pattern Adds to the lists of patterns used to match the headers. BIG-IP_v9.2.0
add_host_match_pattern Adds to the lists of patterns used to match the hosts. BIG-IP_v9.2.0
add_path_match_pattern Adds to the lists of patterns used to match the URI paths. BIG-IP_v9.2.0
create Creates the specified HTTP class profiles. BIG-IP_v9.2.0
delete_all_profiles Deletes all HTTP class profiles. BIG-IP_v9.2.0
delete_profile Deletes the specified HTTP class profiles. BIG-IP_v9.2.0
get_all_statistics Gets the statistics for all the profiles. BIG-IP_v9.2.0
get_application_security_module_enabled_state Gets the states that specify whether specified classes are Application Security Module classes. BIG-IP_v9.2.0
get_cookie_match_pattern Gets the lists of patterns used to match the cookies. BIG-IP_v9.2.0
get_default_profile Gets the names of the default profiles from which the specified profiles will derive default values for its attributes. BIG-IP_v9.2.0
get_description Gets the descriptions for a set of HTTP class profiles. BIG-IP_v11.0.0
get_header_match_pattern Gets the lists of patterns used to match the headers. BIG-IP_v9.2.0
get_host_match_pattern Gets the lists of patterns used to match the hosts. BIG-IP_v9.2.0
get_list Gets a list of all HTTP class profiles. BIG-IP_v9.2.0
get_path_match_pattern Gets the lists of patterns used to match the URI paths. BIG-IP_v9.2.0
get_pool_name Gets the pool names to use when the specified classes match. BIG-IP_v9.2.0
get_redirect_location Gets the string (which may include a TCL expression) to indicates where to redirect the original HTTP request once a match occurs. For example, to redirect requests to https://myserver.com to http://myotherserver.com. BIG-IP_v9.4.0
get_rewrite_url Gets the strings (which may include a TCL expression) with which to rewrite the URLs. BIG-IP_v9.4.0
get_statistics Gets the statistics for the specified profiles. BIG-IP_v9.2.0
get_statistics_by_virtual Gets the statistics for the specified profiles, by virtual server. BIG-IP_v11.0.0
get_version Gets the version information for this interface. BIG-IP_v9.2.0
get_web_accelerator_module_enabled_state Gets the states that specify whether specified classes are Web Accelerator classes. BIG-IP_v9.4.0
is_base_profile Determines whether the specified HTTP class profiles are base profiles. A base profile sits at the base of the profile&aposs inheritance tree, supplying the defaults for every profile derived from it. (See also is_system_profile). BIG-IP_v9.2.0
is_system_profile Determines whether the specified HTTP class profiles are system profiles. A system profile is a profile pre-configured on the system, ready for use. Non-system profiles are profiles created or modified by a user. Note that if a system profile is modified, it is no longer considered a system profile. (See also is_base_profile). BIG-IP_v11.0.0
remove_cookie_match_pattern Removes from the lists of patterns used to match the cookies. BIG-IP_v9.2.0
remove_header_match_pattern Removes from the lists of patterns used to match the headers. BIG-IP_v9.2.0
remove_host_match_pattern Removes from the lists of patterns used to match the hosts. BIG-IP_v9.2.0
remove_path_match_pattern Removes from the lists of patterns used to match the URI paths. BIG-IP_v9.2.0
reset_statistics Resets the statistics for the specified profiles. BIG-IP_v9.2.0
reset_statistics_by_virtual Resets the statistics for the specified profiles, for specified virtual servers. BIG-IP_v11.0.0
set_application_security_module_enabled_state Sets the states that specify whether specified classes are Application Security Module classes. BIG-IP_v9.2.0
set_default_cookie_match_pattern Resets the lists to parent defaults. BIG-IP_v9.2.0
set_default_header_match_pattern Resets the lists to parent defaults. BIG-IP_v9.2.0
set_default_host_match_pattern Resets the lists to parent defaults. BIG-IP_v9.2.0
set_default_path_match_pattern Resets the lists to parent defaults. BIG-IP_v9.2.0
set_default_profile Sets the names of the default profiles from which the specified profiles will derive default values for its attributes. BIG-IP_v9.2.0
set_description Sets the description for a set of HTTP class profiles. This is an arbitrary field which can be used for any purpose. BIG-IP_v11.0.0
set_pool_name Sets the pool names to use when the specified classes match. BIG-IP_v9.2.0
set_redirect_location Sets the string (which may include a TCL expression) to indicates where to redirect the original HTTP request once a match occurs. For example, to redirect requests to https://myserver.com to http://myotherserver.com. BIG-IP_v9.4.0
set_rewrite_url Sets the strings (which may include a TCL expression) with which to rewrite the URLs. BIG-IP_v9.4.0
set_web_accelerator_module_enabled_state Sets the states that specify whether specified classes are Web Accelerator classes. BIG-IP_v9.4.0

Structures

Structure

Description

ProfileHttpClassStatisticEntry

A struct that describes statistics for a particular HTTP class profile.

ProfileHttpClassStatistics

A struct that describes profile statistics and timestamp.


Enumerations

Enumeration Description

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
ProfileHttpClassStatisticEntrySequence ProfileHttpClassStatisticEntry [] A sequence of ProfileHttpClass statistics.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.