SSE Profile (object)¶
Configures a SSE profile
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| class* | string | “SSE_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 | |
| maxBufferedMsgBytes | integer | 65536 | 0 - 10485760 | Specifies the maximum size of any single SSE message, in bytes, that can be stored on the system to enable irule inspection and adjustment of the message. This limit is only relevant when an SSE_RESPONSE irule event is configured. |
| maxFieldNameSize | integer | 1024 | 0 - 1024 | Specifies the maximum allowed size of any single field name in the SSE message, in bytes. |
| parentProfile | object | {“bigip”:”/Common/sse”} | Specifies the name of the profile object to inherit the settings from,Reference to a SSE 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 |
SSE Profile.parentProfile (object)¶
Specifies the name of the profile object to inherit the settings from Reference to a SSE Profile
Default: {“bigip”:”/Common/sse”}
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| bigip* | string | “f5bigip” formatted string | Pathname of existing BIG-IP SSE Profile | |
| use | string | AS3 pointer to SSE Profile declaration |