Classification_Profile (object)

Configures a classification profile

Properties (* = required):

name type(s) default allowed values description
appDetectionEnabled boolean true true, false Enables/disables Application Detection feature
class* string   “Classification_Profile”  
iRuleEventEnabled boolean false true, false Enables/disables CLASSIFICATION_DETECTED iRule event generation
label string   “^[^x00-x1fx22#&*<>?x5b-x5d`x7f]*$” Optional friendly name for this object. Allows 0-64 chars, excluding a few likely to cause trouble with string searching, JS, TCL, or HTML
logPublisher object     Reference to a log publisher,Reference for a BIG-IP or Use object
logUnclassifiedDomain boolean false true, false Enables/disables unclassified domain logging
parentProfile object {“bigip”:”/Common/classification”}   Specifies the name of the object to inherit the settings from,Reference to a classification profile
preset object {“bigip”:”/Common/ce”}   Reference to a classification preset
remark string   “^[^x00-x1fx22x5cx7f]*$” Arbitrary (brief) text pertaining to this object. Allows 0-64 chars, excluding only control characters, double-quote, and backslash. This is permissive enough that you should worry about XSS attacks
statisticsCollectionEnabled boolean false true, false Enables/disables statistics collection
statisticsPublisher object     Reference to a log publisher,Reference for a BIG-IP or Use object
urlCategorizationEnabled boolean false true, false Enables/disables URL Categorization feature

Classification_Profile.logPublisher (object)

Reference to a log publisher Reference for a BIG-IP or Use object

Properties (* = required):

name type(s) default allowed values description
bigip     “f5bigip” formatted string  
use        

Classification_Profile.parentProfile (object)

Specifies the name of the object to inherit the settings from Reference to a classification profile

Default: {“bigip”:”/Common/classification”}

Properties (* = required):

name type(s) default allowed values description
bigip string   “f5bigip” formatted string Pathname of existing BIG-IP classification profile
use string     AS3 pointer to classification profile declaration

Classification_Profile.preset (object)

Reference to a classification preset

Default: {“bigip”:”/Common/ce”}

Properties (* = required):

name type(s) default allowed values description
bigip string   “f5bigip” formatted string Pathname of existing BIG-IP classification preset

Classification_Profile.statisticsPublisher (object)

Reference to a log publisher Reference for a BIG-IP or Use object

Properties (* = required):

name type(s) default allowed values description
bigip     “f5bigip” formatted string  
use