- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-10-2012 02:43 AM
I want to make the bulk entry in Addresses using XML API. but I cant find the correctly xml parameter and url for that
Please help me on this
Thanks
06-10-2012 07:45 AM
Hopefully one of these documents might help you:
How to Use XML-based Rest API in PAN-OS 4.1
https://live.paloaltonetworks.com/docs/DOC-1981
PAN-OS XML-based REST API Usage Guide (Rev A)
https://live.paloaltonetworks.com/docs/DOC-2018
Adding an address object:
http(s)://hostname/api/?type=config&action=set&xpath=/config/devices/entry/vsys/entry[@name='vsys1']/address/entry[@name='xmltest addr']&element=<ip-netmask>1.2.3.4/32</ip-netmask><description>xml testing</description>
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!