-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PAN-OS Panorama integration implement
show jobs id
(#35929)
* PAN-OS Panorama integration implement `show jobs id` (#35761) * PAN-OS Panorama integration implement `show jobs id` Refactor Panorama integration `show_jobs()` method to fetch job by id with the `show jobs id` command instead of filtering through `show jobs all`. * Apply suggestions from code review Co-authored-by: Jacob Levy <[email protected]> * Update release notes for PAN-OS pack * Update Packs/PAN-OS/ReleaseNotes/2_1_34.md Co-authored-by: Jacob Levy <[email protected]> --------- Co-authored-by: Jacob Levy <[email protected]> Co-authored-by: israelpoli <[email protected]> * autopep --------- Co-authored-by: Alp Eren Kose <[email protected]> Co-authored-by: Jacob Levy <[email protected]> Co-authored-by: israelpoli <[email protected]> Co-authored-by: ipolishuk <[email protected]>
- Loading branch information
1 parent
58c95a0
commit 3546245
Showing
3 changed files
with
12 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
#### Integrations | ||
|
||
##### Palo Alto Networks PAN-OS | ||
|
||
- Added support for the `show jobs id` OP command in the ***pan-os-platform-get-jobs*** command which improves the efficiency of searching for a job by ID. | ||
- Updated the Docker image to: *demisto/pan-os-python:1.0.0.107786*. |
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