https://github.com/yuta519/zscaler-python-sdk
This repository is SDK for Zscaler API
https://github.com/yuta519/zscaler-python-sdk
zscaler
Last synced: 5 months ago
JSON representation
This repository is SDK for Zscaler API
- Host: GitHub
- URL: https://github.com/yuta519/zscaler-python-sdk
- Owner: yuta519
- Created: 2021-09-29T03:14:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T00:52:20.000Z (over 4 years ago)
- Last Synced: 2025-09-25T07:58:32.068Z (9 months ago)
- Topics: zscaler
- Language: Python
- Homepage: https://pypi.org/project/zscaler-python-sdk/
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zscaler Python SDK
This is a Python SDK for Zscaler Internet Access. This client library is designed to support the Zscaler Internet Access (ZIA) API. Now This library does not support Zscaler Private Access (ZPA), but this will be implemented in the future.
This SDK has been developed mainly using Python 3.9.0 .
NOTE: This repository is not official. Zscaler does not support this repository.
## Preparation
---
You need a ZIA credentials like below.
- ZIA Admin Username (like `admin@example.com`)
- ZIA Admin Password
- ZIA Hostname (like `zscaler.net`)
- ZIA APIKEY (You need to request an api key to Zscaler support team.)
## Set profile
---
If you have verified your credentials, set up your credentials to use this repository. Please replace `/Users/utah18` to your arbitrary directory path.
```
$ mkdir /Users/utah18/.zscaler && cat > /Users/utah18/.zscaler/config.ini <