<?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: Panorama API ServiceNow integration, getting Hit Counts in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-api-servicenow-integration-getting-hit-counts/m-p/1249830#M126121</link>
    <description>&lt;P&gt;Thank you Jay for your reply. This helped our ServiceNow engineer to get the hit counts via API&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2026 10:16:48 GMT</pubDate>
    <dc:creator>M.Albisser</dc:creator>
    <dc:date>2026-03-10T10:16:48Z</dc:date>
    <item>
      <title>Panorama API ServiceNow integration, getting Hit Counts</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-api-servicenow-integration-getting-hit-counts/m-p/1249300#M126077</link>
      <description>&lt;P&gt;Dear Community&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We try to get out the hit counts from the API connection between Panorama and ServiceNow. Is there someone in the community who has experience where the hit counts can be read out? Within the API documentation, we were not able to get more details. We are able to read the whole rules, their object groups and also the objects. But we miss the way how to read the hit counts for a specific rule (even if the field exists).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;
&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 07:29:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-api-servicenow-integration-getting-hit-counts/m-p/1249300#M126077</guid>
      <dc:creator>M.Albisser</dc:creator>
      <dc:date>2026-03-03T07:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama API ServiceNow integration, getting Hit Counts</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-api-servicenow-integration-getting-hit-counts/m-p/1249370#M126084</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1099435931"&gt;@M.Albisser&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-end="503" data-start="282"&gt;Hit counts aren’t returned when retrieving the rulebase through the configuration API. They are runtime counters maintained by the dataplane, so they need to be queried through the &lt;STRONG data-end="494" data-start="463"&gt;operational API (type=op)&lt;/STRONG&gt;&amp;nbsp;instead.&lt;/P&gt;
&lt;P data-end="503" data-start="282"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-end="581" data-start="505"&gt;You can retrieve them using an operational command similar to the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="relative w-full my-4"&gt;
&lt;DIV class=""&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="h-full min-h-0 min-w-0"&gt;
&lt;DIV class="h-full min-h-0 min-w-0"&gt;
&lt;DIV class="border border-token-border-light border-radius-3xl corner-superellipse/1.1 rounded-3xl"&gt;
&lt;DIV class="h-full w-full border-radius-3xl bg-token-bg-elevated-secondary corner-superellipse/1.1 overflow-clip rounded-3xl lxnfua_clipPathFallback"&gt;
&lt;DIV class="pointer-events-none absolute inset-x-4 top-12 bottom-4"&gt;
&lt;DIV class="pointer-events-none sticky z-40 shrink-0 z-1!"&gt;
&lt;DIV class="sticky bg-token-border-light"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class="relative z-0 flex max-w-full"&gt;
&lt;DIV id="code-block-viewer" class="q9tKkq_viewer cm-editor z-10 light:cm-light dark:cm-light flex h-full w-full flex-col items-stretch ͼk ͼy" dir="ltr"&gt;
&lt;DIV class="cm-scroller"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;show&amp;gt;
  &amp;lt;rule-hit-count&amp;gt;
    &amp;lt;vsys&amp;gt;
      &amp;lt;vsys-name&amp;gt;
        &amp;lt;entry name="vsys1"&amp;gt;
          &amp;lt;rule-base&amp;gt;
            &amp;lt;entry name="security"&amp;gt;
              &amp;lt;rules&amp;gt;
                &amp;lt;all/&amp;gt;
              &amp;lt;/rules&amp;gt;
            &amp;lt;/entry&amp;gt;
          &amp;lt;/rule-base&amp;gt;
        &amp;lt;/entry&amp;gt;
      &amp;lt;/vsys-name&amp;gt;
    &amp;lt;/vsys&amp;gt;
  &amp;lt;/rule-hit-count&amp;gt;
&amp;lt;/show&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**FYI,&amp;nbsp;I tested this against a ngfw where I don't have&amp;nbsp;multi-vsys enabled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can experiment with the request via FW API browser, which will generate the XML structure for the operational command. From there you should be able to incorporate the request into your API call from SNOW.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps! Please let us know if you are able to get this operational.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 03:55:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-api-servicenow-integration-getting-hit-counts/m-p/1249370#M126084</guid>
      <dc:creator>JayGolf</dc:creator>
      <dc:date>2026-03-04T03:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama API ServiceNow integration, getting Hit Counts</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-api-servicenow-integration-getting-hit-counts/m-p/1249408#M126086</link>
      <description>&lt;P&gt;Hi JayGolf&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks for your feedback. I forwarded your answer to the guys who are implementing the API. As soon I have a feedback, I will let you know and I then also will rate the answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 08:33:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-api-servicenow-integration-getting-hit-counts/m-p/1249408#M126086</guid>
      <dc:creator>M.Albisser</dc:creator>
      <dc:date>2026-03-04T08:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama API ServiceNow integration, getting Hit Counts</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-api-servicenow-integration-getting-hit-counts/m-p/1249830#M126121</link>
      <description>&lt;P&gt;Thank you Jay for your reply. This helped our ServiceNow engineer to get the hit counts via API&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 10:16:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-api-servicenow-integration-getting-hit-counts/m-p/1249830#M126121</guid>
      <dc:creator>M.Albisser</dc:creator>
      <dc:date>2026-03-10T10:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama API ServiceNow integration, getting Hit Counts</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-api-servicenow-integration-getting-hit-counts/m-p/1249852#M126126</link>
      <description>&lt;P&gt;Great to hear. Cheers!&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1099435931"&gt;@M.Albisser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 14:22:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-api-servicenow-integration-getting-hit-counts/m-p/1249852#M126126</guid>
      <dc:creator>JayGolf</dc:creator>
      <dc:date>2026-03-10T14:22:38Z</dc:date>
    </item>
  </channel>
</rss>

