This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
For a month now, we've been trying to convert the XML output from an API call to the Panorama for the "devicegroup" information. We can do that just fine but cannot convert it into a table that can be inserted into a MySQL database. The structure of the XML file is nested with several identical tags being uses. Each parent has two children. We are using Python and have successfully converted other XML files into tables. We wondered if anyone has any good code for tabulating XML output from the Panorama "show devicegroups" call. Thanks.
... View more