-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from splunk-soar-connectors/tapishj/PAPP-34457…
…-new-zscaler-actions Zscaler: Feature - New Actions
- Loading branch information
Showing
10 changed files
with
3,316 additions
and
301 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 +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. |
Oops, something went wrong.