zins_get_casb_app_report
Retrieve a CASB SaaS application usage report showing aggregated usage totals per app over a customizable 7-14 day historical window, for identifying which cloud apps are accessed.
Instructions
Get the CASB (Cloud Access Security Broker) SaaS-application usage report. Read-only analytics.
One row per SaaS application with its aggregated usage total, for seeing which cloud apps are being accessed. 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 |