Limitations of Proxy Requests to PA firewall through Panorama #358
Unanswered
armartirosyan
asked this question in
Q&A
Replies: 2 comments
-
To highlight what is going on, see the below, which works with a straight Python requests call.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The So, this should work: fw.op('show interface "all"', xml=True) Here's the documentation on this: https://pan-os-python.readthedocs.io/en/latest/getting-started.html#operational-commands |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Are there any limitations to what commands can be proxied through the Panorama to a managed PA device? Currently I can't get the
fw.op("show interface all")
command to work, butfw.op("show system info")
works just fine.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions