-
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
43 changed files
with
2,339 additions
and
233 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
furo==2022.12.7 | ||
pre-commit==3.0.4 | ||
pytest==7.2.1 | ||
python-box==7.0.0 | ||
furo==2023.5.20 | ||
pre-commit==3.3.3 | ||
pytest==7.3.2 | ||
python-box==7.0.1 | ||
restfly==1.4.7 | ||
requests==2.28.2 | ||
responses==0.22.0 | ||
sphinx==6.1.3 | ||
toml==0.10.2 | ||
requests==2.31.0 | ||
responses==0.23.1 | ||
sphinx==7.0.1 | ||
toml==0.10.2 | ||
urllib3<2 |
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 ZDX | ||
Admin API endpoints. | ||
|
||
Methods are accessible via ``zdx.admin`` | ||
|
||
.. _zdx-admin: | ||
|
||
.. automodule:: pyzscaler.zdx.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 @@ | ||
apps | ||
------ | ||
|
||
The following methods allow for interaction with the ZDX | ||
Application API endpoints. | ||
|
||
Methods are accessible via ``zdx.apps`` | ||
|
||
.. _zdx-apps: | ||
|
||
.. automodule:: pyzscaler.zdx.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
devices | ||
------- | ||
|
||
The following methods allow for interaction with the ZDX | ||
Devices API endpoints. | ||
|
||
Methods are accessible via ``zdx.devices`` | ||
|
||
.. _zdx-devices: | ||
|
||
.. automodule:: pyzscaler.zdx.devices | ||
: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 @@ | ||
ZDX | ||
========== | ||
This package covers the ZDX interface. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
:hidden: | ||
|
||
* | ||
|
||
.. automodule:: pyzscaler.zdx | ||
: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 ZDX | ||
Session API endpoints. | ||
|
||
Methods are accessible via ``zdx.session`` | ||
|
||
.. _zdx-session: | ||
|
||
.. automodule:: pyzscaler.zdx.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,12 @@ | ||
users | ||
------- | ||
|
||
The following methods allow for interaction with the ZDX | ||
Users API endpoints. | ||
|
||
Methods are accessible via ``zdx.users`` | ||
|
||
.. _zdx-users: | ||
|
||
.. automodule:: pyzscaler.zdx.users | ||
: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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.