<?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 inconsistent object structure in Panorama REST API responses in Panorama Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/panorama-discussions/inconsistent-object-structure-in-panorama-rest-api-responses/m-p/543939#M1560</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I would like to understand if some responses that we receive are valid (via Panorama REST APIs).&lt;BR /&gt;The problem is that some object fields may receive different formats for seemingly identical value types.&lt;BR /&gt;For example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;FQDN:
Expected: 
{
"@name": "FQDN_Test_Name",
                "@location": "shared",
                "fqdn": "test.madeup-fqdn.io"
},
Unexpected:
{
                "@name": "FQDN_Test_Name",
                "@loc": "shared",
                "@location": "shared",
                "fqdn": {
                                "@loc": "shared",
                                "text": "test.madeup-fqdn.io"
                }
},

IP-netmask:
Expected:
{
                "@name": "H_10.111.111.111",
                "@location": "shared",
                "ip-netmask": "10.111.111.111/32"
}

Unexpected:
{
                "@name": "H_10.111.111.111",
                "@loc": "shared",
                "@location": "shared",
                "ip-netmask": {
                                "@loc": "shared",
                                "text": "10.111.111.111/32"
                },
                "description": {
                                "@loc": "shared",
                                "text": "IN-CCU"
                }
},
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;These discrepancies are repeated over and over again on a variety of different fields and objects basically in the same way:&lt;BR /&gt;we usually expect a string value but receive an object.&lt;BR /&gt;&lt;BR /&gt;What I would like to know is first of all is it valid from Panorama's stand point? is it considered as some sort of a corrupted data?&lt;BR /&gt;Can it potentially cause unexpected issues in Panorama?&lt;BR /&gt;Can you tell what exactly is causing these discrepancies ?&lt;BR /&gt;&lt;BR /&gt;How common is to see these mismatches?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2023 11:03:21 GMT</pubDate>
    <dc:creator>tufin-platforms</dc:creator>
    <dc:date>2023-05-30T11:03:21Z</dc:date>
    <item>
      <title>inconsistent object structure in Panorama REST API responses</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/inconsistent-object-structure-in-panorama-rest-api-responses/m-p/543939#M1560</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I would like to understand if some responses that we receive are valid (via Panorama REST APIs).&lt;BR /&gt;The problem is that some object fields may receive different formats for seemingly identical value types.&lt;BR /&gt;For example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;FQDN:
Expected: 
{
"@name": "FQDN_Test_Name",
                "@location": "shared",
                "fqdn": "test.madeup-fqdn.io"
},
Unexpected:
{
                "@name": "FQDN_Test_Name",
                "@loc": "shared",
                "@location": "shared",
                "fqdn": {
                                "@loc": "shared",
                                "text": "test.madeup-fqdn.io"
                }
},

IP-netmask:
Expected:
{
                "@name": "H_10.111.111.111",
                "@location": "shared",
                "ip-netmask": "10.111.111.111/32"
}

Unexpected:
{
                "@name": "H_10.111.111.111",
                "@loc": "shared",
                "@location": "shared",
                "ip-netmask": {
                                "@loc": "shared",
                                "text": "10.111.111.111/32"
                },
                "description": {
                                "@loc": "shared",
                                "text": "IN-CCU"
                }
},
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;These discrepancies are repeated over and over again on a variety of different fields and objects basically in the same way:&lt;BR /&gt;we usually expect a string value but receive an object.&lt;BR /&gt;&lt;BR /&gt;What I would like to know is first of all is it valid from Panorama's stand point? is it considered as some sort of a corrupted data?&lt;BR /&gt;Can it potentially cause unexpected issues in Panorama?&lt;BR /&gt;Can you tell what exactly is causing these discrepancies ?&lt;BR /&gt;&lt;BR /&gt;How common is to see these mismatches?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 11:03:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/inconsistent-object-structure-in-panorama-rest-api-responses/m-p/543939#M1560</guid>
      <dc:creator>tufin-platforms</dc:creator>
      <dc:date>2023-05-30T11:03:21Z</dc:date>
    </item>
  </channel>
</rss>

