Zscaler Z-Insights Analytics Tools¶
The Z-Insights Analytics tools provide read-only access to Zscaler’s analytics and reporting capabilities via the GraphQL-based analytics API. These 16 tools cover web traffic, cybersecurity incidents, firewall analytics, SaaS security, shadow IT, and IoT device visibility.
Note
Z-Insights data has a 24-48 hour processing delay. When querying data, use time ranges
that end at least 2 days ago for accurate results. Use start_days_ago and end_days_ago
parameters for easy time range specification.
Available Tools¶
Tool Name |
Description |
|---|---|
|
Get web traffic analytics grouped by location |
|
Get overall web traffic volume metrics |
|
Get web traffic by protocol (HTTP, HTTPS, SSL) |
|
Get threat super categories (malware, phishing, spyware) |
|
Get detailed threat class breakdown |
|
Get cybersecurity incidents by category |
|
Get cybersecurity incidents grouped by location |
|
Get daily cybersecurity incident trends |
|
Get incidents correlated by threat and application |
|
Get Zero Trust Firewall traffic by action (allow/block) |
|
Get firewall traffic grouped by location |
|
Get firewall network service usage |
|
Get CASB SaaS application usage report |
|
Get discovered shadow IT applications with risk scores |
|
Get shadow IT summary statistics and groupings |
|
Get IoT device statistics and classifications |
Analytics Domains¶
Z-Insights tools are organized across six analytics domains:
Domain |
Tools |
Description |
|---|---|---|
WEB_TRAFFIC |
3 |
Web traffic volume, location distribution, and protocol analysis |
CYBER_SECURITY |
4 |
Cybersecurity incidents by category, location, daily trend, and threat-app correlation |
ZERO_TRUST_FIREWALL |
3 |
Firewall traffic by action (allow/block), location, and network services |
SAAS_SECURITY |
1 |
CASB SaaS application usage report |
SHADOW_IT |
2 |
Discovered shadow IT applications and summary statistics |
IOT |
1 |
IoT device statistics and classifications |
Common Parameters¶
Most Z-Insights tools accept these filtering parameters:
start_days_ago (int): How many days back to start the time range (default varies by tool)
end_days_ago (int): How many days back to end the time range (minimum 1 for data availability)
interval (str): Aggregation interval — must be
7dor14dmetric (str): Metric type —
transactions(default) ortotal_bytes
Important
The interval parameter must be either 7d or 14d. Other values will be auto-corrected to the nearest valid interval.
Authentication¶
Z-Insights tools use OneAPI authentication:
ZSCALER_CLIENT_IDZSCALER_CLIENT_SECRETZSCALER_VANITY_DOMAINZSCALER_CUSTOMER_ID
Common Use Cases¶
Traffic Analysis — Monitor web traffic volume and distribution across locations
Threat Investigation — Investigate cybersecurity incidents and threat categories
Firewall Monitoring — Analyze firewall allow/block rates and service usage
Shadow IT Discovery — Find unsanctioned applications and assess risk
SaaS Visibility — Monitor cloud application usage across the organization
IoT Inventory — Discover and classify IoT devices on the network