Resolved! Panorama switch context
On Panorama I can switch context using web interface. Is it possible using API?
Threads in this discussion area are now read-only. If you have a question about Automation/API products please visit our product discussions.
Threads in this discussion area are now read-only. If you have a question about Automation/API products please visit our product discussions.
Threads in this discussion area are now read-only. If you have a question about Automation/API products please visit our product discussions.
On Panorama I can switch context using web interface. Is it possible using API?
Posted small article about Palo Alto firewall automation with Jenkins and pandevice here, how to schedule policy installs, save and verify configuration
I’m wondering if there is a way to test for a 7 digit number that starts with a 4. Here is an example of a regex I know works, but will not work in the Palo 4[0-9]{6} and an example number 4123456. I have various other regex values I’m trying to test
...
Hi All,
While reading over the documentation for the WildFire API, I created this Python module for it.
Hello,
I already know how to retrieve a custom report using XMP API, which use asynchroneous mode, by firstly getting the job ID corresponding to the report processing.
What I want to do is getting a scheduled custom report using XML API. I mean that
...
Is there a way to export the 'First Release' field and 'Last Update' field associated with a signature in the Threat Vault via API? Currently have a VM series.
Hi Team,
Could you please help for below REGEX
1) AND command to combined 2 statements
2) How to define regex for not case sensitive.
3) SSN(with dash and without dash) and Keyword/String in single statement (not case senstive)
4) To Combined 2 string/e
...
Trying to automate a task of configuring the management interface of a firewall device through the API. I see where the API's leading for the configuration, but I'm stumped as to how to edit/set the IP.
Example. using Powershell:
$Firewall = https:/
...Some time in the past I used to be able to retreived WF submitted samples using the REST API's get/sample. I am no longer able to do this and I do not see any type of response to indicate what error occurred. I am able to submit samples, get verdicts...
I have a need to automate issuing test and clear commands to IPSEC vpn tunnels and gateways. This seems very straight forward using panxapi or curl. The concern I have is that there does not seem to be any checking that the tunnel exists. When you is
...
I have the following api-python code to generate a local certificate but this not work
import pan.xapi
import sys
import getpass
admin = raw_input("AdminFw:")
pwd = getpass.getpass(prompt='Admin Password :',stream=None)
hst = raw_input("Host:")
try:
xapi =
The data presented in " managed devce tab " under Panorama is very useful for reporting ike
" all updtes happened"
"active/passive"
conteent updates
Is there any way to export this
I am having an issue getting the "email scheduler" to send custom reports properly. Essentially we want a report, that covers 7 days worth of data/logs that will be sent every week via email to a group of people, preferably via CSV format; however s
...Hi, is there a way to query information shown in the ACC (for example the top applications of user with the IP ...) via the API? Could not find anything thus far. Thanks, Moritz