ZDX#

This package covers the ZDX interface.

class ZDX#

A Controller to access Endpoints in the Zscaler Digital Experience (ZDX) API.

The ZDX object stores the session token and simplifies access to CRUD options within the ZDX Portal.

client_id#

The ZDX Client ID generated from the ZDX Portal.

Type:

str

client_secret#

The ZDX Client Secret generated from the ZDX Portal.

Type:

str

cloud#

The Zscaler cloud for your tenancy, accepted values are below. Defaults to zdxcloud.

  • zdxcloud

  • zdxbeta

Type:

str

override_url#

If supplied, this attribute can be used to override the production URL that is derived from supplying the cloud attribute. Use this attribute if you have a non-standard tenant URL (e.g. internal test instance etc). When using this attribute, there is no need to supply the cloud attribute. The override URL will be prepended to the API endpoint suffixes. The protocol must be included i.e. http:// or https://.

Type:

str

__init__(**kw)#
property admin#

The interface object for the ZDX Admin interface.

property apps#

The interface object for the ZDX Apps interface.

property devices#

The interface object for the ZDX Devices interface.

property session#

The interface object for the ZDX Session interface.

property users#

The interface object for the ZDX Users interface.