zia_list_web_dlp_rules_lite
Retrieve a filtered list of ZIA Web DLP rules using a lightweight API endpoint, with optional JMESPath-based client-side filtering and search.
Instructions
List ZIA Web DLP rules via the lighter SDK endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]", "[*].{name: name, id: id}", "length(@)". Omit to get the full records. | |
| search | No |