getPolicyIntrusionRule

The getPolicyIntrusionRule operation handles configuration related to IntrusionRule model. 

Description

This API returns the intrusion rule specified by the uuid

Path Parameters

Parameter Required Type Description
parentId True string
objId True string

Example

- name: Execute 'getPolicyIntrusionRule' operation
  ftd_configuration:
    operation: "getPolicyIntrusionRule"
    path_params:
        parentId: "{{ parent_id }}"
        objId: "{{ obj_id }}"