Ansible Module or Playbooks for EDL?
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!
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
...
Anyone had any luck with the following API call.
Trying to make front end for the helpdesk to be able to generate tickets to disable global protect if needed.
api/?type=op&cmd=<request><global-protect-portal><ticket><request></request></ticket></glob
...
We are currently preparing for a bootstrap deployment, with a Panorama MGMT server. 3 Datacenters. 1 NGFW & 1 Panorama Log Collector per DC. The question is simple:
Hi all, I feel a bit stupid asking the question, but surely, others had the same problem as me.
I am trying to create multiple address objects, service objects and rules from a CSV file input.
People are recommending using “pandevice”, however readin
...
We have quite alot of devices and they are growing in numbers. If we would like to check different settings accross all the devices how would you accomplish that? (from what i have understood, there is no way in panorama to see for example if setting
...
Dear All, on Panorama GUI (version 8.1.3), I am able to move security policies to Top, Bottom, Up and Down in the device group pre-rule section. However I could not find APIs to perform these tasks. The closest one is in here
https://docs.paloaltone
...
Is there a way to disable ipsec tunnel via api?
From what I reah ansible-pan, there is only state present / absent.
Thanks
Is there an API command equivalent to the following?
admin@firewall(primary-active)> configure
admin@firewall(primary-active)# show device-group "<group name>" address
Thanks!
Hi All
I want to do ruleadition/Modifcation automation by firmon tool.What we have to take care 1st.Can any one suggest me
Debu
Hi,
I've been trying to tailor two API calls for adding managed device to a template in panorama and override template variable for for the specific device.
Looking at the API browser I get the following which throws error message with curl.
# Add de
...
Hi,
We've been trying to use the API for automated PCAP exporting, but seem to be unable to pinpoint what exact privileges are needed. The API export privilege does not seem to be enough, even though the PCAP's are under the export category.
Does anyon
...
Case - 870337
As per the Customer Before the upgrade the PAN-OS to version 8.0.X, the following command was working on API:
<show><qos><interface>ethernet1/1</interface><throughput>0</throughput></qos></show>
It doesn't work anymore, The reply conten
Hi Team,
Customer want to export firewall device state.
They already know how to do this using API directly on the firewall :
curl -k -o {{Filename}} "https:// {{Firewall_IP}}/api/?type=export&category=device-state&key={{Firewall_API_Key}}"
They want t