<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Create Bulk Address Objects using the XML API in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/create-bulk-address-objects-using-the-xml-api/m-p/397234#M2625</link>
    <description>&lt;P&gt;For IP sets which have 1000+ IP objects, we need to create each of the ip objects individually u&lt;SPAN&gt;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&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Apr 2021 15:07:55 GMT</pubDate>
    <dc:creator>jobik_PaloALto</dc:creator>
    <dc:date>2021-04-12T15:07:55Z</dc:date>
    <item>
      <title>Create Bulk Address Objects using the XML API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/create-bulk-address-objects-using-the-xml-api/m-p/397234#M2625</link>
      <description>&lt;P&gt;For IP sets which have 1000+ IP objects, we need to create each of the ip objects individually u&lt;SPAN&gt;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&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 15:07:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/create-bulk-address-objects-using-the-xml-api/m-p/397234#M2625</guid>
      <dc:creator>jobik_PaloALto</dc:creator>
      <dc:date>2021-04-12T15:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create Bulk Address Objects using the XML API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/create-bulk-address-objects-using-the-xml-api/m-p/397253#M2626</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/150892"&gt;@jobik_PaloALto&lt;/a&gt;&amp;nbsp;Are you creating API call for each individual object?&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can configure multiple address objects in a single API call.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 15:55:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/create-bulk-address-objects-using-the-xml-api/m-p/397253#M2626</guid>
      <dc:creator>batd2</dc:creator>
      <dc:date>2021-04-12T15:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create Bulk Address Objects using the XML API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/create-bulk-address-objects-using-the-xml-api/m-p/397265#M2627</link>
      <description>&lt;P&gt;The Python SDK also has a methodology for bulk object creation:&amp;nbsp;&lt;A href="https://pan-os-python.readthedocs.io/en/latest/howto.html#optimize-with-bulk-operations" target="_blank"&gt;https://pan-os-python.readthedocs.io/en/latest/howto.html#optimize-with-bulk-operations&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 16:07:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/create-bulk-address-objects-using-the-xml-api/m-p/397265#M2627</guid>
      <dc:creator>JimmyHolland</dc:creator>
      <dc:date>2021-04-12T16:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create Bulk Address Objects using the XML API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/create-bulk-address-objects-using-the-xml-api/m-p/397319#M2628</link>
      <description>&lt;P&gt;yes . I am&lt;SPAN&gt;&amp;nbsp;creating API call for each individual object. How to&amp;nbsp;configure multiple address objects in a single API call?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Iam currently performing below steps to create address objects and corresponding address group&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Check Address object exist?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- If not exist create address object.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- create the address group by adding above created object as member.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;P.S i need to create address objects using XML API.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In addition, can we create bulk address group with its members.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;https://firewallhostname/api/?type=config&amp;amp;action=edit/config/devices/entry[@name='localhost.localdomain']/device-group/entry[@name='devicegroupname']/address-group/entry[@name='testAddressGrp'] &amp;lt;entry name='testAddressGrp'&amp;gt;&amp;lt;description&amp;gt;Created by ServiceNow&amp;lt;/description&amp;gt;&amp;lt;static&amp;gt;&amp;lt;member&amp;gt;10.0.0.0_8&amp;lt;/member&amp;gt;&amp;lt;/static&amp;gt;&amp;lt;/entry&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 18:37:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/create-bulk-address-objects-using-the-xml-api/m-p/397319#M2628</guid>
      <dc:creator>jobik_PaloALto</dc:creator>
      <dc:date>2021-04-12T18:37:54Z</dc:date>
    </item>
  </channel>
</rss>

