Automation/API Discussions

Threads in this discussion area are now read-only. If you have a question about Automation/API products please visit our product discussions.

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.
Automation/API Discussions

Threads in this discussion area are now read-only. If you have a question about Automation/API products please visit our product discussions.

About Automation/API Discussions

Threads in this discussion area are now read-only. If you have a question about Automation/API products please visit our product discussions.

Discussions

Resolved! New to Python:Having issues with pandevice

Getting below error when connecting to firewall:

 

>>> import pandevice

>>> fw = Firewall("137.117.105.197", “firewall”, “firewall@123”)

  File "<stdin>", line 1

    fw = Firewall("137.117.105.197", “firewall”, “firewall@123”)

                             

...

Resolved! Creation of App-Id though XML Api

Hi Guys I am trying to create a App Id though xml api. I looked at the request though Debug Console:

<request cmd="set" obj="/config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']/application/entry[@name='test2']" cookie="39209

...

Resolved! Ansible module - selecting "None" value

I'm trying to create a tunnel interface using Ansible module panos_tunnel from  Galaxy role PaloAltoNetworks.paloaltonetworks

My playbook is failing because it cannot detect correct netflow-profile value. In my configuration I don't have any netflow-p

...

XML API - Get thret ID and CVE (version 8.0)

Hello.

 

Working with firewalls on version 7 with a query to the following path: xpath=/config/predefined/threats/vulnerability  I was able to get an XML with CVE of every threat, but on version 8 XML doen't contain associated CVE.

 

Are any other path t

...

m.molina by L1 Bithead
  • 8801 Views
  • 7 replies
  • 2 Likes

block ip duration through API call

IHAC who are planning to evaluate our firewall which needs block bad ip duration through API call. For example, they want to know we can block one bad ip after one hour to release. Any suggestions and input? 

vpeng by L2 Linker
  • 1917 Views
  • 0 replies
  • 0 Likes

Ansible Galaxy Match firewall rules

Hey Guys,

I am very new to Ansible and was hoping someone could help me with this issue I'm running into. I downloaded and installed ansible galaxy and was testing the following "Match firewall rules". 

It works on vsys1 but if any of my firewalls don'

...

manzoorm by L0 Member
  • 2117 Views
  • 1 replies
  • 0 Likes

Get your API key - Where to run the command?

Hi All,

 

So in my environment, I have to setup panorama with multiple auto scaling firewalls on cloud.

The first requirement would be of API key. I found this article explaining how to generate it.

 

https://docs.paloaltonetworks.com/pan-os/8-1/pan-os-pa

...