zins_get_cyber_incidents_by_threat_and_app
Retrieve cyber-security incidents grouped by threat category and application to identify the most targeted apps. Supports 7- or 14-day historical windows.
Instructions
Get cyber-security incidents correlated by threat category and application. Read-only analytics.
Groups by THREAT_CATEGORY_ID × APP_ID so each top-level threat-category
bucket carries its per-application breakdown under nested entries —
useful for finding the most-targeted apps. Window must be a 7- or 14-day
historical interval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| 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. | |
| end_time | No | ||
| start_time | No | ||
| end_days_ago | No | ||
| start_days_ago | No |