01-24-2019 02:51 PM
Hi Guys
Is there a way to export the contents of all SGACLs in a system? I know we ran export the matrix which includes the name of the SGACLs, just now looking to export the SGACL itself.
Ta
Peter
Solved! Go to Solution.
01-24-2019 05:07 PM
There is no export or import of the sgacl's via the GUI. So other than going one by one and grabbing them manually, the other option is that you can script the export with the API.
For example,If you request this URL it will tell you all configured SGACL's and their ID's.
https://<ise pan ip>:9060/ers/config/sgacl/
You then plug in the ID's to another request and it will spit out the content.
https://<ise pan ip>:9060/ers/config/sgacl/14dd7300-203a-11e9-9234-5aa798d92a6b
01-24-2019 05:07 PM
There is no export or import of the sgacl's via the GUI. So other than going one by one and grabbing them manually, the other option is that you can script the export with the API.
For example,If you request this URL it will tell you all configured SGACL's and their ID's.
https://<ise pan ip>:9060/ers/config/sgacl/
You then plug in the ID's to another request and it will spit out the content.
https://<ise pan ip>:9060/ers/config/sgacl/14dd7300-203a-11e9-9234-5aa798d92a6b
01-24-2019 05:10 PM
Thanks Damien - on the money
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: