getPolicyIntrusionRuleGroup
The getPolicyIntrusionRuleGroup operation handles configuration related to IntrusionRuleGroup model.
Description
This API is only supported for Snort 3. This will retrieve the intrusion rule group specified by the uuid
Path Parameters
Parameter | Required | Type | Description | |||
---|---|---|---|---|---|---|
parentId | True | string | ||||
objId | True | string |
Example
- name: Execute 'getPolicyIntrusionRuleGroup' operation
ftd_configuration:
operation: "getPolicyIntrusionRuleGroup"
path_params:
parentId: "{{ parent_id }}"
objId: "{{ obj_id }}"