getCleanList

The getCleanList operation handles configuration related to CleanList model. 

Description

If you add a file to this list, the system treats it as if the AMP cloud assigned a clean disposition. If you use AMP for Networks, and the AMP cloud incorrectly identifies a file’s disposition, you can add the file to a file list to better detect the file in the future. These files are specified using SHA-256 hash values. Each file list can contain up to 10000 unique SHA-256 values.

Path Parameters

Parameter Required Type Description
objId True string

Example

- name: Execute 'getCleanList' operation
  ftd_configuration:
    operation: "getCleanList"
    path_params:
        objId: "{{ obj_id }}"