<?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 PAN-OS 10.2 REST API Objects/Addresses missing data in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/pan-os-10-2-rest-api-objects-addresses-missing-data/m-p/513750#M3102</link>
    <description>&lt;P&gt;I have two HA pairs, one PA-460 and one PA-3250.&amp;nbsp;&lt;SPAN&gt;With "/restapi/v10.2/Objects/Addresses" I get two different sets of data from the two pairs, both of which are missing data compared to the UI and CSV downloads:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;UI/CSV:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Name, Location, Type, Address Tags. (Type is one of:&amp;nbsp;IP Netmask, FQDN, IP Range, or IP Wildcard Mask)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PA-460:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;@name, @location, @vsys, ip-netmask, tag, description&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PA-3250:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;@name, @location, @vsys, ip-netmask&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Notably, neither API response includes the Type field. Entries in the API response that match entries in the UI of Type IP Netmask include the correct Address in the ip-netmask field. Entries of other Types do not have their addresses listed (the ip-netmask field is blank).&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I have no idea why the PA-3250 omits the tag and description fields. Unfortunately, these issues make this API incomplete and unusable for my purpose.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone else see this on their systems? Is this expected behavior?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2022 15:43:27 GMT</pubDate>
    <dc:creator>SSargent_ICTWA</dc:creator>
    <dc:date>2022-09-01T15:43:27Z</dc:date>
    <item>
      <title>PAN-OS 10.2 REST API Objects/Addresses missing data</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/pan-os-10-2-rest-api-objects-addresses-missing-data/m-p/513750#M3102</link>
      <description>&lt;P&gt;I have two HA pairs, one PA-460 and one PA-3250.&amp;nbsp;&lt;SPAN&gt;With "/restapi/v10.2/Objects/Addresses" I get two different sets of data from the two pairs, both of which are missing data compared to the UI and CSV downloads:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;UI/CSV:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Name, Location, Type, Address Tags. (Type is one of:&amp;nbsp;IP Netmask, FQDN, IP Range, or IP Wildcard Mask)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PA-460:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;@name, @location, @vsys, ip-netmask, tag, description&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PA-3250:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;@name, @location, @vsys, ip-netmask&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Notably, neither API response includes the Type field. Entries in the API response that match entries in the UI of Type IP Netmask include the correct Address in the ip-netmask field. Entries of other Types do not have their addresses listed (the ip-netmask field is blank).&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I have no idea why the PA-3250 omits the tag and description fields. Unfortunately, these issues make this API incomplete and unusable for my purpose.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone else see this on their systems? Is this expected behavior?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 15:43:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/pan-os-10-2-rest-api-objects-addresses-missing-data/m-p/513750#M3102</guid>
      <dc:creator>SSargent_ICTWA</dc:creator>
      <dc:date>2022-09-01T15:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 10.2 REST API Objects/Addresses missing data</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/pan-os-10-2-rest-api-objects-addresses-missing-data/m-p/514569#M3130</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/206721"&gt;@SSargent_ICTWA&lt;/a&gt;, without access to the hardware it is hard to comment, but I would recommend raising a support ticket for this inconsistency between hardware models, as the APIs are part of the supported product set.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;In the meantime the XML API definitely includes tag and description and I would be surprised if that was broken on the PA-3250, even if the REST API has some issues which need resolving on the PA-3250. On VM-Series in the lab here, both XML and REST return the tag and description.&lt;BR /&gt;&lt;BR /&gt;Both XML and REST APIs tend to return what is in the configuration file, and the configuration file itself does not include a "type" for an object. The CSV and GUI have extra code which interprets the attributes of the address object to add the type in their output, something which would need to be replicated when using the APIs as a client.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 12:03:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/pan-os-10-2-rest-api-objects-addresses-missing-data/m-p/514569#M3130</guid>
      <dc:creator>JimmyHolland</dc:creator>
      <dc:date>2022-09-12T12:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 10.2 REST API Objects/Addresses missing data</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/pan-os-10-2-rest-api-objects-addresses-missing-data/m-p/514595#M3135</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/4294"&gt;@JimmyHolland&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for taking the time to reply. As you mentioned, the XML API works as expected on both models.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I probably won't raise a support ticket about the REST API... It took four months of frustrating support interactions for the broken DNSSEC on update.paloaltonetoworks.com to be resolved. I have little confidence that reporting this issue will be worth my time. I'll just keep using the XML API.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 14:31:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/pan-os-10-2-rest-api-objects-addresses-missing-data/m-p/514595#M3135</guid>
      <dc:creator>SSargent_ICTWA</dc:creator>
      <dc:date>2022-09-12T14:31:42Z</dc:date>
    </item>
  </channel>
</rss>

