Replies: 3 comments
-
Any news here? |
Beta Was this translation helpful? Give feedback.
-
here is how i did the panorama commit #this is the api call for the script to use to do the device group commit |
Beta Was this translation helpful? Give feedback.
-
i assume you have tried something like this
|
Beta Was this translation helpful? Give feedback.
-
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.PanoramaCommit
toPanorama.commit()
to commit changes to Panoramapanos.panorama.PanoramaCommitAll
toPanorama.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.
Beta Was this translation helpful? Give feedback.
All reactions