getFileRule

The getFileRule operation handles configuration related to FileRule model. 

Path Parameters

Parameter Required Type Description
parentId True string
objId True string

Example

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