Stream_Profile (object)

Configures a Stream profile

Properties (* = required):

name type(s) default allowed values description
chunkingEnabled boolean false true, false Specifies that incoming data should be parsed in chunks
chunkSize integer 4096 1024 - 65535 The maximum size that a parsed chunk can be
class* string   “Stream_Profile”  
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
parentProfile object {“bigip”:”/Common/stream”}   Specifies the profile that this profile will inherit values from,Reference to a stream profile
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
source string     Specifies the string to rewrite
target string     Specifies the new string that will replace the source string

Stream_Profile.parentProfile (object)

Specifies the profile that this profile will inherit values from Reference to a stream profile

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

Properties (* = required):

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