zia_get_atp_malware_protocols
Retrieve current ATP malware protocol inspection toggles for HTTP, FTP-over-HTTP, and FTP. Always call before updating to preserve existing settings.
Instructions
Get the ZIA ATP Malware Protection protocol-level inspection toggles (read-only). Returns three booleans: inspect_http (scan HTTP — and HTTPS if SSL Inspection is enabled), inspect_ftp_over_http (scan FTP-over-HTTP), inspect_ftp (scan native FTP). Always call this before zia_update_atp_malware_protocols 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 protocols dict. | |
| service | No | The service to use. | zia |