Commit 939a5f9
authored
feat: add ZIA SSL Inspection Rules and ZTW discovery service tools (#17)
* feat: add ZIA SSL Inspection Rules and ZTW discovery service tools
- Add ZIA SSL Inspection Rules tools (list, get, create, update, delete)
- zia_list_ssl_inspection_rules: List all SSL inspection rules with optional search
- zia_get_ssl_inspection_rule: Get specific SSL inspection rule by ID
- zia_create_ssl_inspection_rule: Create new SSL inspection rule with detailed payload support
- zia_update_ssl_inspection_rule: Update existing SSL inspection rule with explicit format guidance
- zia_delete_ssl_inspection_rule: Delete SSL inspection rule with confirmation mechanism
- Add ZTW workload discovery service tool
- ztw_get_discovery_settings: Retrieve workload discovery service settings
- Update documentation across all supporting files
- CHANGELOG.md: Added entries for new tools
- README.md: Added SSL Inspection Rules and Discovery Service sections
- docsrc/api/services.rst: Updated service methods documentation
- docsrc/guides/release-notes.rst: Added 0.4.0 release notes
- Fix ruff linter errors
- Resolve import sorting issues in services.py and tool files
- Remove unused imports
All tools follow existing patterns with comprehensive docstrings, examples, and proper error handling.
* doc: Fixed README Markdown linter
* doc: Fixed README Markdown linter
* fix: Updated README instructions1 parent 7a46c15 commit 939a5f9
File tree
84 files changed
+3222
-1563
lines changed- docsrc
- _build_clean/_sources/tools/zia
- _build
- .doctrees
- api
- guides
- tools/zia
- _modules/zscaler_mcp
- tools
- zcc
- zdx
- zia
- zidentity
- zpa
- ztw
- utils
- _sources
- api
- guides
- tools/zia
- api
- guides
- tools/zia
- api
- guides
- tools/zia
- zscaler_mcp
- tools
- zia
- ztw
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84 files changed
+3222
-1563
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 | | |
4 | 18 | | |
5 | 19 | | |
| |||
10 | 24 | | |
11 | 25 | | |
12 | 26 | | |
| 27 | + | |
13 | 28 | | |
14 | 29 | | |
15 | 30 | | |
| |||
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments