Bug in PAN-OS 8.1.15 with operational XML-API command on panorama

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Bug in PAN-OS 8.1.15 with operational XML-API command on panorama

L7 Applicator

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

0 REPLIES 0
  • 1731 Views
  • 0 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!