ZCON#

This package covers the ZCON interface.

class ZCON#

A Controller to access Endpoints in the Zscaler Cloud and Branch Connector API.

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

__init__(**kw)#
property admin#

The interface object for the ZCON Admin interface.

Returns:

The AdminAPI object.

Return type:

ZCONAdminAPI

property config#

The interface object for the ZCON Config interface.

Returns:

The ConfigAPI object.

Return type:

ZCONConfigAPI

property connectors#

The interface object for the ZCON Connectors interface.

Returns:

The ConnectorsAPI object.

Return type:

ZCONConnectorsAPI

property locations#

The interface object for the ZCON Locations interface.

Returns:

The LocationsAPI object.

Return type:

ZCONLocationsAPI

property session#

The interface object for the ZCON Authentication interface.

Returns:

The SessionAPI object.

Return type:

ZCONSessionAPI