IdsRuleCreateConfig
IDS Rule Publish Config
Configuration for IDS (Intrusion Detection System) rule publish containing the action for IDS rule creation.
JSON Example
{
"hierarchy": [
{
"scope": "Application",
"value": "E-Commerce Platform",
"level": 0
}
],
"create_ids_rule": "string"
}
hierarchy
Required
Ordered tags representing the hierarchy path. Null or empty indicates global scope.
string
create_ids_rule
Required
Action for IDS rule creation (DETECT or DETECT_PREVENT). Maps to NsxIdsRule action.
Enumeration:
DETECT,
DETECT_PREVENT