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

Ansible - Backup config

I'm having a hard time understanding why I can't just use something like this to backup the my Palo.

- name: Backup up config - Palo Alto
panos_type_cmd:
cmd: show
xpath: "/config/devices/entry/deviceconfig/system"
ip_address: '{{ ansible_host }}'
username
...

jxjoseph by L0 Member
  • 2980 Views
  • 1 replies
  • 0 Likes

Commit at a Device Group level through API

I see that I can commit at a Device Group level through Web UI, but I can't find any documentation on how this can be done through API. I can see documentation on <commit> at a user level, but I need to be able to commit at Device Group level, simila

...

Ansible collection

https://access.redhat.com/articles/3642632

 

Can someone with insight answer if palo plan to have their collection "certified" ?

hbalzac by L3 Networker
  • 1926 Views
  • 0 replies
  • 0 Likes

Alert Dismiss API issue

I’m have a bit of trouble getting the alert/dismiss (https://api.docs.prismacloud.io/reference#dismiss-alerts) call of the rest Api to work. I get a 400 error code with no error message in the response (e.g. missing required parameter, invalid parame

...

RVozzo by L0 Member
  • 1856 Views
  • 0 replies
  • 1 Likes

Can't Find Ansible Module Version 2.8.x

When installing the Pan-Os Ansible module from the Git repo links on the Livecommunity site on my Ubuntu Ansible server, it installs module version 2.4.1 (even when I use the ansible-galaxy -force option).  Somewhere between 1/3 and 1/2 of the comman

...

HOW TO REMOVE POLICY

Hi all,

I'm writing a script that removes policies that have hit counts equal to 0. How can I delethe them? what is the method to use. In the documentation I have not found the method to access the hit count variable, does it exist?

 

import pandevice i...

pandevice set_zone error

Greetings,

 

Using pandevice, I am able to add a tunnel interface, give it and IP, comment, and set the virtual router. using the set_virtual_router() function. However when trying the set_zone() function to set the security zone, I get an error. 

<prev

...

mrzepa2 by L2 Linker
  • 1927 Views
  • 0 replies
  • 0 Likes

Resolved! Changing Metric of Static Route using API

All, trying to send a command via the API to change the metric value of a static route, this is because occassionally my primary connection is extremely slow, but doesnt fail so path monitoring doesnt remove the primary static route. I'd like to be a

...

  • 1034 Posts
  • 71 Subscriptions
Top Liked Authors