| unbindappfwprofile_jsondosurl |
Use this method to unbind jsondosurl from appfw profile. |
Syntax |
Parameters |
name |
Name of the exemption (relaxation) or rule that you want to unbind. This is mandatory parameter. |
jsondosurl |
The URL on which we need to enforce the specified JSON denial-of-service (JSONDoS) attack protections.
An JSON DoS configuration consists of the following items:
* URL. PCRE-format regular expression for the URL.
* Maximum-document-length-check toggle. ON to enable this check, OFF to disable it.
* Maximum document length. Positive integer representing the maximum length of the JSON document.
* Maximum-container-depth-check toggle. ON to enable, OFF to disable.
* Maximum container depth. Positive integer representing the maximum container depth of the JSON document.
* Maximum-object-key-count-check toggle. ON to enable, OFF to disable.
* Maximum object key count. Positive integer representing the maximum allowed number of keys in any of the JSON object.
* Maximum-object-key-length-check toggle. ON to enable, OFF to disable.
* Maximum object key length. Positive integer representing the maximum allowed length of key in any of the JSON object.
* Maximum-array-value-count-check toggle. ON to enable, OFF to disable.
* Maximum array value count. Positive integer representing the maximum allowed number of values in any of the JSON array.
* Maximum-string-length-check toggle. ON to enable, OFF to disable.
* Maximum string length. Positive integer representing the maximum length of string in JSON.
|
Return Value |
Returns simpleResult |
See Also |