- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Content translations are temporarily unavailable due to site maintenance. We apologize for any inconvenience. Visit our blog to learn more.
05-10-2018 08:31 AM - edited 05-10-2018 08:31 AM
Hi,
Currnely we are checking the following commands to commit changes to panorama (admin-level) made by spsefic admin user:
1.
https://<Panorama>/api/?&type=commit&action=partial&cmd=<commit><partial><admin><member>admin-name<></member></admin></partial></commit>
And using the following command to push committed changes, in specific device group:
2.
https://<Panorama>/api/?type=commit&action=all&cmd=<commit-all><shared-policy><device-group><entry name="device-group-name"/></device-group>
This command push all committed changes made by all users, so my query is it possible to push committed changes made by specific admin user as in the first command by determining the admin-user ?
Thanks,