- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-25-2020 01:05 AM
Hi community
When using the following operational XML-API command on panorama, there seems to be a bug with version 8.1.15:
?type=op&cmd=<show><config><running></running></config></show>
Prior to 8.1.15 the outpout started like this:
<response status="success">
<result>
<config version="8.1.0" urldb="paloaltonetworks">
<panorama>
...
But now with 8.1.15 there are additional unnecessary hierarchy levels, so the output now starts like this:
<response status="success">
<result>
<response status="success">
<result>
<config version="8.1.0" urldb="paloaltonetworks">
<panorama>
...
So if you are using this command in your scripts/programs, you probably need to change some lines of code to have it working with PAN-OS 8.1.15 on panorama. So far I did only find this one XML-API command. Other command-outputs or the same command directly on a firewall look normal.
Regards,
Remo
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!