Home > Configuration > Application Firewall > setappfwprofile_postbodylimitaction

setappfwprofile_postbodylimitaction

Use this method to set one or more Post Body Limit actions. Available settings function as follows:
* Block - Block connections that violate this security check. Must always be set.
* Log - Log violations of this security check.
* Stats - Generate statistics for this security check.

CLI users: To enable one or more actions, type "set appfw profile -PostBodyLimitAction block" followed by the other actions to be enabled.

Syntax



Parameters

name

Name of the profile that you want to modify.
This is mandatory parameter.

postbodylimitaction

One or more Post Body Limit actions. Available settings function as follows: * Block - Block connections that violate this security check. Must always be set. * Log - Log violations of this security check. * Stats - Generate statistics for this security check. CLI users: To enable one or more actions, type "set appfw profile -PostBodyLimitAction block" followed by the other actions to be enabled.
Default value = AS_DEFAULT_POSTBODYLIMIT_DISPOSITION.
Possible Values : block, log, stats.

Return Value

Returns simpleResult

See Also