Z-Insights

This package covers the Z-Insights Analytics API interface for querying security analytics data via GraphQL.

Z-Insights provides unified real-time visibility into:

  • Web Traffic - Traffic analytics by location, user, protocol, and threat categories

  • Cyber Security - Security incidents and threat analysis across all security layers

  • Firewall - Zero Trust Firewall traffic, actions, and network services

  • SaaS Security - Cloud Access Security Broker (CASB) application reports

  • Shadow IT - Discovered application analytics and risk assessment

  • IoT - IoT device visibility and classification statistics

Note

Z-Insights requires OneAPI authentication (OAuth2.0 via Zidentity). Legacy authentication is not supported.

Copyright (c) 2023, Zscaler Inc.

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

class ZInsightsService

Bases: object

Z-Insights Service client, exposing various Z-Insights Analytics APIs.

property cyber_security

The interface object for the Z-Insights Cyber Security API.

property firewall

The interface object for the Z-Insights Zero Trust Firewall API.

property iot

The interface object for the Z-Insights IoT Device Visibility API.

property saas_security

The interface object for the Z-Insights SaaS Security (CASB) API.

property shadow_it

The interface object for the Z-Insights Shadow IT Discovery API.

property web_traffic

The interface object for the Z-Insights Web Traffic API.