Classification::Category¶
Introduced : BIG-IP_v11.4.0
The Category interface enables you to work with attributes for
categories. A category specifies a group of applications in
classification, e.g. Web, P2P, Mail, Game, etc. Based on categories,
the classification engine can classify traffic to different groups.
There are predefined categories like Web etc. as well as categories
created by users; the system uses predefined categories for default
classification, while iRules need to be used for the categories
created by users.
Methods¶
Method | Description | Introduced |
create | Creates a set of classification categories. | BIG-IP_v11.4.0 |
delete_all_categories | Deletes all user defined categories. | BIG-IP_v11.4.0 |
delete_category | Deletes the specified categories. | BIG-IP_v11.4.0 |
get_description | Gets the descriptions for a set of categories. | BIG-IP_v11.4.0 |
get_enabled_state | Gets the states indicating if the specified categories are enabled or disabled. | BIG-IP_v11.4.0 |
get_id | Gets the ids of the specified categories. Category ids cannot be modified; therefore there is no set method for it. | BIG-IP_v11.4.0 |
get_irule_event_state | Gets the irule event states indicating if the irules for the specified categories are enabled or disabled. | BIG-IP_v11.4.0 |
get_list | Gets a list of all categories. | BIG-IP_v11.4.0 |
get_version | Gets the version information for this interface. | BIG-IP_v11.4.0 |
set_description | Sets the descriptions for a set of categories. | BIG-IP_v11.4.0 |
set_enabled_state | Sets the states indicating if the specified categories are enabled or disabled. | BIG-IP_v11.4.0 |
set_irule_event_state | Sets the irule event states indicating if the irules for the specified categories are enabled or disabled. | BIG-IP_v11.4.0 |
See Also¶
iControl ::
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.