You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We figured out that original check_non_finished_jobs method actually does the job (we don't have to check the result for PEND value because that equals to status other than FIN).
Is your feature request related to a problem?
I wanted to use the library to check whether I have any pending commits on the firewall (commit result ==
PEND
).Describe the solution you'd like
I wanted to enhance
check_non_finished_jobs
method so I can parametrise it and specify what type, status and result of a job I want to check.Describe alternatives you've considered
Adding a new module to
pan-os-ansible
.The text was updated successfully, but these errors were encountered: