<?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 Re: Not appending  new address object in address group through REST API in Next-Generation Firewall Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/not-appending-new-address-object-in-address-group-through-rest/m-p/621516#M5019</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/77347"&gt;@TomYoung&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply! Usually, when we add an object to a group, we need to copy a previous object and paste it when adding a new object.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2024 03:49:45 GMT</pubDate>
    <dc:creator>ShaileshKum</dc:creator>
    <dc:date>2024-11-18T03:49:45Z</dc:date>
    <item>
      <title>Not appending  new address object in address group through REST API</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/not-appending-new-address-object-in-address-group-through-rest/m-p/617428#M5000</link>
      <description>&lt;P&gt;We have been trying to append a new address object to an address group in the firewall. However, when we use the PUT method in Postman to insert it into the group, it replaces the existing address objects instead of adding the new one. Additionally, using the POST method results in an error.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 11:56:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/not-appending-new-address-object-in-address-group-through-rest/m-p/617428#M5000</guid>
      <dc:creator>ShaileshKum</dc:creator>
      <dc:date>2024-11-13T11:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Not appending  new address object in address group through REST API</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/not-appending-new-address-object-in-address-group-through-rest/m-p/617445#M5001</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/270847"&gt;@ShaileshKum&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You cannot append with the REST API.&amp;nbsp; You would need to modify your script to read the members of the address group, append your new value, and replace the contents.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;REST typically only does CRUD operations.&amp;nbsp; Here are the supported REST and HTTP methods:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create = Post&lt;/LI&gt;
&lt;LI&gt;Read = Get&lt;/LI&gt;
&lt;LI&gt;Update = Put&lt;/LI&gt;
&lt;LI&gt;Delete = Delete&lt;/LI&gt;
&lt;LI&gt;Rename = Post&lt;/LI&gt;
&lt;LI&gt;Move (policy only) = Post&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/11-0/pan-os-panorama-api/get-started-with-the-pan-os-rest-api/methods-supported-rest-api#id8f0d57ab-ff2b-482a-913f-eb4f84525803" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/11-0/pan-os-panorama-api/get-started-with-the-pan-os-rest-api/methods-supported-rest-api#id8f0d57ab-ff2b-482a-913f-eb4f84525803&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 14:26:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/not-appending-new-address-object-in-address-group-through-rest/m-p/617445#M5001</guid>
      <dc:creator>TomYoung</dc:creator>
      <dc:date>2024-11-13T14:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Not appending  new address object in address group through REST API</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/not-appending-new-address-object-in-address-group-through-rest/m-p/621516#M5019</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/77347"&gt;@TomYoung&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply! Usually, when we add an object to a group, we need to copy a previous object and paste it when adding a new object.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 03:49:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/not-appending-new-address-object-in-address-group-through-rest/m-p/621516#M5019</guid>
      <dc:creator>ShaileshKum</dc:creator>
      <dc:date>2024-11-18T03:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Not appending  new address object in address group through REST API</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/not-appending-new-address-object-in-address-group-through-rest/m-p/649044#M5059</link>
      <description>&lt;P&gt;Is there any other option? Currently, when we create a new object, we copy all the properties of an old object and paste them into the new one&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 09:09:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/not-appending-new-address-object-in-address-group-through-rest/m-p/649044#M5059</guid>
      <dc:creator>ShaileshKum</dc:creator>
      <dc:date>2024-11-22T09:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Not appending  new address object in address group through REST API</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/not-appending-new-address-object-in-address-group-through-rest/m-p/650298#M5062</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/270847"&gt;@ShaileshKum&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should be possible with the XML API using the set action.&amp;nbsp; See this post which has an example of appending an application to a security policy rule.&amp;nbsp; &lt;A href="https://live.paloaltonetworks.com/t5/panorama-discussions/add-or-remove-application-in-a-security-rule/m-p/560142" target="_blank"&gt;https://live.paloaltonetworks.com/t5/panorama-discussions/add-or-remove-application-in-a-security-rule/m-p/560142&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 20:48:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/not-appending-new-address-object-in-address-group-through-rest/m-p/650298#M5062</guid>
      <dc:creator>TomYoung</dc:creator>
      <dc:date>2024-11-22T20:48:29Z</dc:date>
    </item>
  </channel>
</rss>

