Does the API log requests it recieves?
I want to watch the API requests.
Is there a log for that?
If so, where can I find it?
Thanks!
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.
I want to watch the API requests.
Is there a log for that?
If so, where can I find it?
Thanks!
Hi All,
I am busy testing login events for the API in Panorama to reditribute to the firewalls, when ever I execute the API call I get a 400 error returned:
<response status="error" code="400"> <result> <msg>You must specify a valid Device Group</msg>...
I am trying to configure a VM100 running version 8.3.1 with terraform. (I also tried the same on VM with version 9.0.1)
I run the following version of Terraform:
> terraform -v
Terraform v0.11.13
+ provider.panos v1.5.1
I have configured panos_panorama_t
...
Hi All,
I am testing all PaloAlto's Ansible modules here and I'm keep getting the following error when using "operation: find"
Here is my playbook:
---
- name: Testing Palo Alto Panorama Panos_Security_rule module
connection: local
hosts: panorama
vars:
pa
I am trying to enable XML API to my Palo Alto v8.1 firewall. Despite documented steps, it doesnt seem to work. How do I verify if the XML API is setup correctly? Is there a clear step by step process to get the API access enabled?
Does any one know if there is an XML API call to add a new firewall to an existing Log Collector group, without needing to specify all the existing members of the LC group?
For instance...here is the XML debug when adding a new firewall to an existin
...
Hello, what would be an example workflow for deploying and bootstraping a vm-series on esxi? I can deploy a template using terraform, and I configure the firewall using the panos provider, but I don't understand how I'm supposed to bootstrap the fire
...
Does anyone have the API call equivalent for this:
https://<panorama-host>/php/utils/router.php/NetworkDirect.getVirtualRouterRunTimeStats
TIA
We use Cloudpath enrollment system to onboard wireless clients. Cloudpath sends user mapping information to our Palo Alto firewalls using XML API. The issue is that Cloudpath uses the certificate template name as the domain name / netbios_domain. For
...
We send IP to userid mapping data to Palo Alto via the XML api. We've had success with Palo Alto versions 6 and 7. However, with Palo Alto 8(8.0.5) we recieve "No multiusersystem configured" messages when we attempt to notify Palo Alto an user ha
...
Hi,
was searching aroud Palo Alto Nerworks Ansible github pages but i dont think we have modules or playbooks for EDL? anyone came accross or have built any? thanks!
Is it possible to use the API to pull an active license "report" from Panorama? If so, how would this be done?
Hey everyone,
I'm attempting to build a pattern match for a custom vulnerability. Here are the criteria:
I had the following regex built, but the P
...