IdsRuleUpdateConfig
IDS Rule Update Config
Configuration for IDS rule update operations.
JSON Example
{
"rule_policy_path": "string",
"action": "string",
"revision": 0,
"disable_rule": false,
"hierarchy": [
{
"scope": "Application",
"value": "E-Commerce Platform",
"level": 0
}
]
}
string
rule_policy_path
Required
Path of the IDS rule to update
string
action
Optional
Action to perform on the IDS rule (DETECT or DETECT_PREVENT)
Enumeration:
DETECT,
DETECT_PREVENT
integer
revision
Required
Revision number of the rule for version control
boolean
disable_rule
Optional
If true, disables the rule instead of applying the action
hierarchy
Optional
Ordered tags representing the hierarchy path. Null or empty indicates global scope.