IdsProposedRulesPerHierarchyRequest

IdsProposedRulesPerHierarchyRequest
IDS Proposed Rules Request Per Hierarchy

Request to propose IDS rules for a specific hierarchical group. Proposed rules for IDS are per hierarchical group, which is represented as a segmentation realization object id. Each hierarchy can have its own propose action (DETECT or DETECT_PREVENT).

JSON Example
{
    "hierarchy": [
        {
            "scope": "Application",
            "value": "E-Commerce Platform",
            "level": 0
        }
    ],
    "propose_ids_action": "string"
}
hierarchy
Required  

Ordered tags representing the hierarchy path. Null or empty indicates global scope.

string
propose_ids_action
Optional
Constraints: default: DETECT

The IDS action mode for proposed rules in this hierarchy. DETECT proposes detection-only rules; DETECT_PREVENT proposes rules that both detect and prevent intrusions. The default is DETECT (detect-only).

Enumeration: DETECT, DETECT_PREVENT