zia_get_atp_malware_policy
Retrieve current ATP malware policy file-handling toggles: block unscannable files and block password-protected archives. Use before updating to preserve existing settings.
Instructions
Get the ZIA ATP Malware Protection Policy file-handling toggles (read-only). Returns two booleans: block_unscannable_files (block files that cannot be scanned — encrypted archives, corrupt files, unknown formats) and block_password_protected_archive_files. Always call this before zia_update_atp_malware_policy so partial updates can be merged onto the existing payload (the update is PUT-replace). Supports JMESPath client-side filtering via the query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | JMESPath expression for client-side filtering/projection of the returned settings dict (e.g. "{unscannable: block_unscannable_files}"). | |
| service | No | The service to use. | zia |