PaloAltoNetworks / pan-os-ansible

Ansible collection for easy automation of Palo Alto Networks next generation firewalls and Panorama, in both physical and virtual form factors.
https://pan.dev/ansible/docs/panos
Apache License 2.0
209 stars 97 forks source link

Configure Path Monitoring for a Static Route #542

Open antoinekh opened 9 months ago

antoinekh commented 9 months ago

Is your feature request related to a problem?

It's a need to have the same feature in Ansible than in the GUI

Describe the solution you'd like

Option to configure Configure Path Monitoring for a Static Route https://docs.paloaltonetworks.com/pan-os/10-1/pan-os-networking-admin/static-routes/configure-path-monitoring-for-a-static-route

Describe alternatives you've considered

I need to try it with the restapi

Additional context

A screenshot of the parameters I want to be able to customise with Ansible image

bmeyer144 commented 9 months ago

bump. You can enable path monitoring and select the failure condition but the static route module does not support adding a "path monitoring parameter." These can only be added with the XML-API or the GUI

path-monitor-png
antoinekh commented 9 months ago

bump. You can enable path monitoring and select the failure condition but the static route module does not support adding a "path monitoring parameter." These can only be added with the XML-API or the GUI

path-monitor-png

Yes I use the GUI for now, and I will use the API to automate it. And I will try with the panos_op ansible. but that’s bad that there is again a missing feature in the Ansible collection.