-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
3,065 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
admin | ||
-------------- | ||
|
||
The following methods allow for interaction with the ZCON | ||
Admin API endpoints. | ||
|
||
Methods are accessible via ``zcon.admin`` | ||
|
||
.. _zcon-admin: | ||
|
||
.. automodule:: pyzscaler.zcon.admin | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
config | ||
-------------- | ||
|
||
The following methods allow for interaction with the ZCON | ||
Config API endpoints. | ||
|
||
Methods are accessible via ``zcon.config`` | ||
|
||
.. _zcon-config: | ||
|
||
.. automodule:: pyzscaler.zcon.config | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
connectors | ||
-------------- | ||
|
||
The following methods allow for interaction with the ZCON | ||
Connectors API endpoints. | ||
|
||
Methods are accessible via ``zcon.connectors`` | ||
|
||
.. _zcon-connectors: | ||
|
||
.. automodule:: pyzscaler.zcon.connectors | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ZCON | ||
========== | ||
This package covers the ZCON interface. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
:hidden: | ||
|
||
* | ||
|
||
.. automodule:: pyzscaler.zcon | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
locations | ||
-------------- | ||
|
||
The following methods allow for interaction with the ZCON | ||
Locations API endpoints. | ||
|
||
Methods are accessible via ``zcon.locations`` | ||
|
||
.. _zcon-locations: | ||
|
||
.. automodule:: pyzscaler.zcon.locations | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
session | ||
-------------- | ||
|
||
The following methods allow for interaction with the ZCON | ||
Session API endpoints. | ||
|
||
Methods are accessible via ``zcon.session`` | ||
|
||
.. _zcon-session: | ||
|
||
.. automodule:: pyzscaler.zcon.session | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apptotal | ||
============ | ||
|
||
The following methods allow for interaction with the ZIA AppTotal API endpoints. | ||
|
||
Methods are accessible via ``zia.apptotal`` | ||
|
||
.. _zia-apptotal: | ||
|
||
.. automodule:: pyzscaler.zia.apptotal | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
cloud_apps | ||
------------- | ||
|
||
The following methods allow for interaction with the ZIA | ||
Cloud Applications API endpoints. | ||
|
||
Methods are accessible via ``zia.cloud_apps`` | ||
|
||
.. _zia-cloud_apps: | ||
|
||
.. automodule:: pyzscaler.zia.cloud_apps | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pyzscaler" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
description = "A python SDK for the Zscaler API." | ||
authors = ["Mitch Kelly <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -20,6 +20,7 @@ classifiers = [ | |
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: Security", | ||
"Topic :: Software Development :: Libraries :: Python Modules", ] | ||
include = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.