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

API command to know URL Category

Hi Team,

 

I would like to know is there a command from the API where we can export all the Allowed Categories or List of All Categories in URL categories.

 

The issue is when trying /config/predefined/url-categories it only gives partial data which

...

Resolved! Info on Ansible galaxy PanOS version 3.0.0

Hello.

 

Looking at https://galaxy.ansible.com/PaloAltoNetworks/panos I see a version 3.0.0 listed as 3 months old.

 

I find no information about this release in the github repository.

 

https://github.com/PaloAltoNetworks/pan-os-ansible

 

Only thing I can f

...

Adding device to Panorama Using Python SDK

I am trying to add a device to Panorama using Python SDK (panos). I was able to configure the device side using below code but cannot do the same Panorama side. 

Any help is greatly appreciated! 

 

from panos.panorama import Panorama from panos.firewall...

Armen by L0 Member
  • 2651 Views
  • 2 replies
  • 0 Likes

Resolved! Gather info with panos_security_rule

Hi
I dont fully understand how to use the panos_security_rule module to find rule panos_security_rule to find rules since https://github.com/PaloAltoNetworks/pan-os-ansible/blob/develop/plugins/modules/panos_security_rule_facts.py seems to be deprecat

...

zol123 by L1 Bithead
  • 2874 Views
  • 3 replies
  • 0 Likes

Facing Error - [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618)

Hi Team, 

 

I'm facing [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618) error while running my small script. 

 

Can someone please help for the same.

 

Code : 

 

---
- name: Palo Alto LRS Check
  hosts: "{{req_host}}"
  connection: local
 
...