-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pan-os version 11 genericpolling DT fails #14
Comments
This issue seems to've started in 10.2 NGFW code |
PANOS XML API literally returns multiple records for the same job ids after 10.2, which I believe is the root cause for this. See below response I tested on 10.2.9-h1.
|
I did notice that the PAN job API was returning duplicate entries in the 10.2/11 codebase, but not before. And that seemed like the root cause. But, there's also something else going on in XSOAR. The DT for the poller is - What I'm seeing in the context is more of a history, instead of just the last run. For example, the last upgrade I did, the command result show the 2 "FIN" entries in the war room... PAN-OS Job Status
But the context shows 4 entries with different percentages....
|
@GrantGabbert I did a PR on demisto/content to filter by job id using |
So the issue was for generic polling failures, and that hasn't been resolved yet. So I think it would make the most sense to keep this issue open until that is resolved (or it's decided to not fix it). Also, with the changes to the pan-os integration, are there also changes that need to be added in this repo to utilize new show job functionality? |
No changes needed on this repo to utilize the new functionality. I have tested Generic Polling for downloading software and software installation on panos 10.2, both works as expected now and tracks the specific job id. |
All generic polling playbooks that are looking at jobs like download/install software fail on version 11 due to duplicate job ids in the context.
The text was updated successfully, but these errors were encountered: