Skip to content

Commit

Permalink
Merge pull request #18 from splunk-soar-connectors/tapishj/PAPP-34457…
Browse files Browse the repository at this point in the history
…-new-zscaler-actions

Zscaler: Feature - New Actions
  • Loading branch information
tapishj-splunk authored Oct 17, 2024
2 parents ca06a69 + 986b5ae commit 33b77df
Show file tree
Hide file tree
Showing 10 changed files with 3,316 additions and 301 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (c) 2017-2023 Splunk Inc.
Copyright (c) 2017-2024 Splunk Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
485 changes: 481 additions & 4 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manual_readme_content.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[comment]: # " File: README.md"
[comment]: # " Copyright (c) 2017-2023 Splunk Inc."
[comment]: # " Copyright (c) 2017-2024 Splunk Inc."
[comment]: # ""
[comment]: # "Licensed under the Apache License, Version 2.0 (the 'License');"
[comment]: # "you may not use this file except in compliance with the License."
Expand Down
14 changes: 14 additions & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
**Unreleased**
* [PAPP-34457]
* New `get blacklist` action that retrieves the Zscaler default block list.
* New `get whitelist` action that retrieves the Zscaler default allow list.
* New `update user` action that updates the user information for the specified ID.
* New `add category url:` action that adds URLs to the specified category.
* New `add category IP:` action that adds IPs to the specified category.
* New `remove category url:` action that removes URLs from the specified category.
* New `remove category IP:` action that removes IPs from the specified category.
* New `get categories:` action that retrieves a list of all categories.
* New `create destination groups:` action that adds a new IP destination group.
* New `edit destination groups:` action that updates the IP destination group information for the specified group ID.
* New `list destination groups:` action that gets a list of all IP destination groups or the IP destination group information for the specified group ID.
* New `delete destination groups:` action that deletes the IP destination groups for the specified group IDs.
* New `get departments:` action that gets a list of departments. It can be searched by name.
Loading

0 comments on commit 33b77df

Please sign in to comment.