Unofficial Zscaler API python sdk
Project description
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 <<EOF
[zia]
USERNAME=example@example.com
PASSWORD=P@ssw0rd
HOSTNAME=zscaler.net
APIKEY=xxxxxxxxxxxxxxxxxxxxxxx
EOF
Clone and Install Repository
In this case, we use poetry. If you don't have this, please install poetry from HERE
$ poetry add zscaler-python-sdk
Quick Start
After installing, you can try below to check if you could use this library.
$ python
$ from zscaler_python_sdk.zia import Zia
$ zia = Zia("/Users/utah18/.zscaler/config.ini")
$print(zia.fetch_admin_users())
... Reporting Issues If you have bugs or other issues specifically pertaining to this library, file them here.
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zscaler-python-sdk-0.2.1.tar.gz.
File metadata
- Download URL: zscaler-python-sdk-0.2.1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.9.3 Darwin/21.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c056af2262c0aa06bc15bb472b26484ee20c84b75e8adfde1b051dfae636ea85
|
|
| MD5 |
8ffd9d65a5c95f35cf951edca12506a9
|
|
| BLAKE2b-256 |
4ccd5840a615d4d7ad205d2b1cf41dace6326a9cd44104d9db73a2c267b4dac5
|
File details
Details for the file zscaler_python_sdk-0.2.1-py3-none-any.whl.
File metadata
- Download URL: zscaler_python_sdk-0.2.1-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.9.3 Darwin/21.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
517699057c91ba1f96972ded4b62de0db1c3c2d1f1323e267822f624a0f06999
|
|
| MD5 |
b0dedac1e4fb50930ae8fa4bd2eae5f5
|
|
| BLAKE2b-256 |
6852325708845971455e4fe1a237e69b939694aed9feb85239f186c5277b46e3
|