zins_get_cyber_incidents
Get cyber-security incidents grouped by category. Read-only analytics.
Instructions
Get cyber-security incidents grouped by category. Read-only analytics.
Groups incidents by one or more dimensions (default THREAT_CATEGORY_ID);
multi-dimension groupings surface their breakdown under nested entries.
An empty result means no incidents were detected. 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. Examples: "[?enabled==`true`]", "[*].{name: name, id: id}", "length(@)". Omit to get the full records. IMPORTANT: field names are the keys of the returned records, which are usually snake_case (`custom_category`) even where the Zscaler API documents camelCase (`customCategory`) — guessing the spelling yields an empty list that looks like a real answer. If you have not already seen a record from this tool, call it once without `query` and read the keys off the response. | |
| end_time | No | ||
| start_time | No | ||
| end_days_ago | No | ||
| categorize_by | No | ||
| start_days_ago | No |