<?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: Get Application Tags via API in Strata Cloud Manager</title>
    <link>https://live.paloaltonetworks.com/t5/strata-cloud-manager/get-application-tags-via-api/m-p/1247035#M103</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/281812"&gt;@cmorris8990&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your list of tags does not need to be automated, you can simple click on PDF/CSV under Device Groups &amp;gt; Objects &amp;gt; Applications.&amp;nbsp; You will get a list of all applications and tags.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to use the API, you just have to use the API Browser to find the path that you want.&amp;nbsp;Every function of the API is not documented.&amp;nbsp; For example, you can list all applications with this URL:&amp;nbsp;&lt;SPAN data-offset-key="vk9g-0-0"&gt;https://&lt;/SPAN&gt;&lt;SPAN class="inlineVariable resolvedVariable" data-testid="resolvedVariable"&gt;&lt;SPAN data-offset-key="vk9g-1-0"&gt;{{hostname}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="vk9g-2-0"&gt;.{{domain}}/api/?type=config&amp;amp;action=get&amp;amp;xpath=/config/predefined/application.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-offset-key="vk9g-2-0"&gt;With that list you can parse through the XML&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;tag&lt;/SPAN&gt; &lt;SPAN&gt;minver&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"9.1.0"&amp;gt; sections and determine all the tags for each application.&amp;nbsp; I think user added tags are located in a different XPath.&amp;nbsp; Check out this post -&amp;gt;&amp;nbsp;&lt;A href="https://live.paloaltonetworks.com/t5/general-topics/how-to-get-applications-using-xml-api/td-p/280587" target="_blank"&gt;https://live.paloaltonetworks.com/t5/general-topics/how-to-get-applications-using-xml-api/td-p/280587&lt;/A&gt;.&amp;nbsp; He has the Panorama XPaths on the bottom.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jan 2026 00:06:38 GMT</pubDate>
    <dc:creator>TomYoung</dc:creator>
    <dc:date>2026-01-30T00:06:38Z</dc:date>
    <item>
      <title>Get Application Tags via API</title>
      <link>https://live.paloaltonetworks.com/t5/strata-cloud-manager/get-application-tags-via-api/m-p/1246876#M100</link>
      <description>&lt;P&gt;I was wondering if there is actually a way to use the API to get the tags that an Application may have. I have gone through the documentation and there's API calls to get the Applications, Application Groups, and Application Filters themselves, but nothing that I found that would get the members of a Filter or Group or at the very least what tags an Application has on it. We currently have our environment split between Prisma Access managed by Strata Cloud Manager and on-premise Palo firewalls managed by Panorama. I want to make it as easy as possible to keep certain parts of those configurations synced, for example the rules that allow outbound internet access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at the documentation it doesn't even look like you can edit an Application's tag via the API. So, my question is am I missing something or is this functionality that just isn't present at the moment?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Prisma Access" id="Prisma_Access"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="Strata Cloud Manager" id="Strata_Cloud_Manager"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="Panorama" id="Panorama"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 16:37:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/strata-cloud-manager/get-application-tags-via-api/m-p/1246876#M100</guid>
      <dc:creator>cmorris8990</dc:creator>
      <dc:date>2026-01-28T16:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get Application Tags via API</title>
      <link>https://live.paloaltonetworks.com/t5/strata-cloud-manager/get-application-tags-via-api/m-p/1247035#M103</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/281812"&gt;@cmorris8990&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your list of tags does not need to be automated, you can simple click on PDF/CSV under Device Groups &amp;gt; Objects &amp;gt; Applications.&amp;nbsp; You will get a list of all applications and tags.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to use the API, you just have to use the API Browser to find the path that you want.&amp;nbsp;Every function of the API is not documented.&amp;nbsp; For example, you can list all applications with this URL:&amp;nbsp;&lt;SPAN data-offset-key="vk9g-0-0"&gt;https://&lt;/SPAN&gt;&lt;SPAN class="inlineVariable resolvedVariable" data-testid="resolvedVariable"&gt;&lt;SPAN data-offset-key="vk9g-1-0"&gt;{{hostname}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="vk9g-2-0"&gt;.{{domain}}/api/?type=config&amp;amp;action=get&amp;amp;xpath=/config/predefined/application.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-offset-key="vk9g-2-0"&gt;With that list you can parse through the XML&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;tag&lt;/SPAN&gt; &lt;SPAN&gt;minver&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"9.1.0"&amp;gt; sections and determine all the tags for each application.&amp;nbsp; I think user added tags are located in a different XPath.&amp;nbsp; Check out this post -&amp;gt;&amp;nbsp;&lt;A href="https://live.paloaltonetworks.com/t5/general-topics/how-to-get-applications-using-xml-api/td-p/280587" target="_blank"&gt;https://live.paloaltonetworks.com/t5/general-topics/how-to-get-applications-using-xml-api/td-p/280587&lt;/A&gt;.&amp;nbsp; He has the Panorama XPaths on the bottom.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 00:06:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/strata-cloud-manager/get-application-tags-via-api/m-p/1247035#M103</guid>
      <dc:creator>TomYoung</dc:creator>
      <dc:date>2026-01-30T00:06:38Z</dc:date>
    </item>
  </channel>
</rss>

