addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / categorize_by / description
Removed value: -"Categories to group incidents by. Values: THREAT_CATEGORY_ID, APP_ID, USER_ID, TIME, SRC_COUNTRY. Default: ['THREAT_CATEGORY_ID']"
removedInput schema / properties / categorize_by / title
Removed value: -"Categorize By"
removedInput schema / properties / end_days_ago / description
Removed value: -"Days ago for end. Default: 2 (data has 24-48hr delay). Interval = start_days_ago - end_days_ago must be 7 or 14."
removedInput schema / properties / end_days_ago / title
Removed value: -"End Days Ago"
removedInput schema / properties / end_time / description
Removed value: -"ALTERNATIVE: End time as Unix epoch in MILLISECONDS. Only use if you need a specific timestamp. Overrides end_days_ago."
removedInput schema / properties / end_time / title
Removed value: -"End Time"
removedInput schema / properties / limit / description
Removed value: -"Maximum number of incident entries to return (1-1000)."
removedInput schema / properties / limit / title
Removed value: -"Limit"
addedInput schema / properties / query
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "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."
+}
removedInput schema / properties / start_days_ago / description
Removed value: -"Days ago for start. API requires EXACTLY 7 or 14 day intervals. Default: 16 (with end_days_ago=2 gives 14-day interval). For 7-day: use 9. For 14-day: use 16."
removedInput schema / properties / start_days_ago / title
Removed value: -"Start Days Ago"
removedInput schema / properties / start_time / description
Removed value: -"ALTERNATIVE: Start time as Unix epoch in MILLISECONDS. Only use if you need a specific timestamp. Overrides start_days_ago."
removedInput schema / properties / start_time / title
Removed value: -"Start Time"
removedInput schema / title
Removed value: -"zins_get_cyber_incidentsArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zins_get_cyber_incidentsOutput",
- "type": "object"
-}New value: +null