The PAN-OS SDK for Python is a package to help interact with Palo Alto Networks devices (including physical and virtualized Next-generation Firewalls and Panorama). The pan-os-python SDK is object oriented and mimics the traditional interaction with the device via the GUI or CLI/API.
I have a lab environment running Panorama and Palo Alto VM Series endpoints.
To test the changes I made the update to my venv with the new block of code and updated regex. I ran the method and printed the return value. This included the mem_used and buffer memory used values I was expecting. Verified this by connecting to the Panorama endpoint and running a show system resources command.
Screenshots (if appropriate)
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
[ ] I have updated the documentation accordingly.
[X] I have read the CONTRIBUTING document.
[X] I have added tests to cover my changes if appropriate.
Description
Added additional system resources to the output when calling the method show_system_resources per the enhancement issue linked below.
Motivation and Context
Issue: https://github.com/PaloAltoNetworks/pan-os-python/issues/478
How Has This Been Tested?
I have a lab environment running Panorama and Palo Alto VM Series endpoints. To test the changes I made the update to my venv with the new block of code and updated regex. I ran the method and printed the return value. This included the mem_used and buffer memory used values I was expecting. Verified this by connecting to the Panorama endpoint and running a show system resources command.
Screenshots (if appropriate)
Types of changes
Checklist