Replies: 3 comments
|
Any news here? |
0 replies
|
here is how i did the panorama commit #this is the api call for the script to use to do the device group commit |
0 replies
|
i assume you have tried something like this
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I'm looking for a class to do a CommitAndPush job from Panorama, as in commit changes to Panorama and push changes to affected firewalls.
To achieve this now I need to:
panos.panorama.PanoramaCommittoPanorama.commit()to commit changes to Panoramapanos.panorama.PanoramaCommitAlltoPanorama.commit()to push changes to specified location (argument to push changes to affected firewalls would be great as well)This feels quite inefficient since we have an option in Panorama to CommitAndPush.
All reactions