Hi,
I have the following code to check the vpn status, this code execute op "show vpn flow'
I'm ussing pandevice library in my imports
@btorresgil and all ,
I am trying to pull interface and zone details for an IP using PAN device framework.
Could you please help me on this. My end goal is to run test_security match cmd to find if rule is allow or not .
Current i can do this using fw
...
I am new to ansible and i am trying to do a simple ping test to a host that i want to test. I enter the command "ansible all -m ping" and got this error
10.2x.x.x | UNREACHABLE! => {
"changed": false,
"msg": "Failed to connect to the host via ssh: This
Hello,
I am trying to use API calls to retrieve url logs from Panorama following guide:
https://docs.paloaltonetworks.com/pan-os/9-0/pan-os-panorama-api/pan-os-xml-api-request-types/retrieve-logs-api/example-use-the-api-to-retrieve-traffic-logs.html
I h
...
We get output for command ""show running security-policy"
However, what should be the format if we use "|"
i.e > what would be the format for the command ( see the result of "show running security-policy | match index")
Hi,
i am getting this error while adding tag to my address objectct. Tag is already created..
Is it possible to get a config diff for a single user from the CLI or XML API, the way you can through the GUI by selecting "Commit Changes Made By: user" and "Preview Changes"?
Running 'show config diff' from the CLI shows me the diff between the ru
...
Getting below error:
The error was: botocore.exceptions.NoCredentialsError: Unable to locate credentials
when running the playbook, where exactly credentials needs to be stored other vars.yml. Below is the playbook that I am running:
- hosts: localhos
...
Hi All ,
I am trying to pull interface details using Python SDK . However getting below error :
PanDeviceXapiError: show -> interface -> all needs to have non NULL value
Trying to run below query :
Intedetails = fw.op("show interface all", xml=True)
I have a HA pair (PA-3020) and have generated a API key on the active node using the url and the admin username and password.
Will this API key be applicable for both nodes?
Thanks for your help.
Newly Ansible Module ver 2.2 does not support sec rule update. operation keyword is deprecated and state key only has absent or present values.
I have also experienced after creating sec-rule, objects are not created automatically. I can see the ru
...
So I'm having an issue getting a batch script to run from inside the pre-vpn-connect registry key.
I followed this article exactly with a couple different variations and no matter what I do the batch script is not being triggered.
https://docs.paloa
...
I am getting starting with Ansible automation tool against our panorama and firewall devices, i have downloaded the PA roles and trying to check the configuration via an example using panos_adminstrator module, but getting an error as following.
TASK
The API command "/api/?key={KEY}&type=config&action=get&xpath=/config/panorama&target={SERIAL}" generates an XML dump of the firewall's configuration. However, the XML contains "*****" instead of the destination zone name.