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
Hello, For Palo Dynamic address objects, trying to find 2 things. How to retrieve an already registered Dynamic Address Object. How to update the tag of already registered Dynamic Address Object. I have used below XML Body for register < uid-message > < version > 1.0 </ version > < type > update </ type > < payload > < register > < entry ip = "10.1.1.1" > < tag > < member timeout = "3600" > CBB09C3D-3416-4734-BE90-0395B7598DE3 </ member > </ tag > </ entry > </ register > < unregister > < entry ip = "10.1.1.3" /> < tag > < member > CBB09C3D-3416-4734-BE90-0395B7598DE5 </ member > </ tag > </ entry > </ unregister > </ payload > </ uid-message >
... View more
Need to fetch all the traffic logs from Palo Alto XML API Jobs. However, in the current configuration it just allow to fetch 5000 logs at a time.. how to fetch all the logs from system in chunks or some pagination concept. Request help!!
... View more
yes . I am creating API call for each individual object. How to configure multiple address objects in a single API call? Iam currently performing below steps to create address objects and corresponding address group - Check Address object exist? - If not exist create address object. - create the address group by adding above created object as member. P.S i need to create address objects using XML API. In addition, can we create bulk address group with its members. Any easy steps to bulk create all the address objects and then bulk create the address groups with corresponding address objects. Can be 2 step approach but bulk creation. https://firewallhostname/api/?type=config&action=edit/config/devices/entry[@name='localhost.localdomain']/device-group/entry[@name='devicegroupname']/address-group/entry[@name='testAddressGrp'] <entry name='testAddressGrp'><description>Created by ServiceNow</description><static><member>10.0.0.0_8</member></static></entry>
... View more
For IP sets which have 1000+ IP objects, we need to create each of the ip objects individually u sing the XML API. This process takes long execution time of API. In Palo, any XML API references for bulk creation of IP objects. Please help
... View more
Hi All, Any suggestions on how to get all the policies from paloalto with same name using XML api call. In the Web interface in the search bar if we search using the Tag, we get all the policies containing the tag names. However, in api interfaces not able to find a xpath to fetch all the policies using tag name. Thanks in Advance.
... View more