getdownloadcleanhashlist

The getdownloadcleanhashlist operation handles configuration related to File model. 

Description

SHA256 value of the file which needs to be downloaded. If a file is added 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 SHA256 value of the file which needs to be downloaded

Example

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