This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
Im using python3 with Paramiko 2.10.3 on a palo alto version 9.1.10 I created this python script: def connect_SSH ():
ssh_client = paramiko.SSHClient()
ip= '10.x.x.x'
port= 22
...
I have importing a certificate into a template working: curl -s -i -k -F -F "file=@{{cert_path}}" -X POST "https://panorama/?key={{api_key}}&type=import&category=keypair&certificate-name...
Settings I believe adding/updating an Audit comment of a Policy rule is independent from making changes to the policies. Operational command: Audit comment Update (type='op') set aud...
Scenario: While reading the 10.1 Guide and XML API guide, I see: Case1: actions where " localhost.localdomain" is included as the Device entry name in the xpath (e.g. "/config/devices/entry[@name='...
Hi all, I am trying to enable/disable an IPSec via the API but cannot produce a command that works. I am currently trying this command to disable the tunnel curl -X GET "<firewa...
Forgive me for this question as automation is an on-going learning thing for me. I'm trying to determine the best way to automate the process of changing the password for a local account on ...
Settings Panorama version: 10.1 (latest) When creating/updating a Security Policy rule (see attached images for more info), I'm able to add/update Audit comment for a rule via Web browser by follo...
Hi all! I need help creating an Ansible playbook that shutdown one of the firewall interface. I'm trying to do something like this: [...] collections: - paloaltone...
Hello, In a previous post in the LiveCommunity forums ( PAN DB vs Advanced ) @SeanDeHarris advised how he manually solved an issue with updating URL Filtering&nbs...
Hello, I'm trying to update or create an aggregate interface or subinterface with a zone_name parameter. Something like: --- - hosts: all name: CONFIGURE NEW AGGREGATE AND SU...