<?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: How to list findings via API calls in Prisma Cloud Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-list-findings-via-api-calls/m-p/615781#M1346</link>
    <description>&lt;P&gt;Thank you. Yes that provided the info i was after.&amp;nbsp; Many thanks&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2024 14:29:15 GMT</pubDate>
    <dc:creator>Julien-Potier</dc:creator>
    <dc:date>2024-10-30T14:29:15Z</dc:date>
    <item>
      <title>How to list findings via API calls</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-list-findings-via-api-calls/m-p/600256#M1311</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to report on &lt;STRONG&gt;findings&lt;/STRONG&gt; via API call but can't seem to find the correct request to send. Does anyone know how to get this info ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/resource/scan_info&amp;nbsp; only reports on alert and vulnerability&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JulienPotier_1-1728656167920.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/62712iF86EA9EA3756AC8C/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="JulienPotier_1-1728656167920.png" alt="JulienPotier_1-1728656167920.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 14:26:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-list-findings-via-api-calls/m-p/600256#M1311</guid>
      <dc:creator>Julien-Potier</dc:creator>
      <dc:date>2024-10-11T14:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to list findings via API calls</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-list-findings-via-api-calls/m-p/600481#M1313</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/272526"&gt;@Julien-Potier&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the&amp;nbsp;&amp;nbsp;&lt;A href="https://pan.dev/prisma-cloud/api/cspm/get-resource-scan-info-v-2/" target="_self"&gt;https://pan.dev/prisma-cloud/api/cspm/get-resource-scan-info-v-2/&lt;/A&gt;&amp;nbsp; to get the UnifiedAssetID response element&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OOmotayo_0-1728853972434.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/62742i686596CAE3EF703A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OOmotayo_0-1728853972434.png" alt="OOmotayo_0-1728853972434.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the&amp;nbsp;&lt;A href="https://{{api-endpoint}}/uai/v1/asset" target="_self"&gt;POST https://{{api-endpoint}}/uai/v1/asset&lt;/A&gt;&amp;nbsp; with payload&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"asset_lite"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"assetId"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;lt;UnifiedAssetID"&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; in the body of the API call to retrieve the Information on page.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OOmotayo_1-1728854172048.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/62743i2AE3E093FD4315AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OOmotayo_1-1728854172048.png" alt="OOmotayo_1-1728854172048.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Pleaselet me know if you have further questions.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2024 21:17:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-list-findings-via-api-calls/m-p/600481#M1313</guid>
      <dc:creator>OOmotayo</dc:creator>
      <dc:date>2024-10-13T21:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to list findings via API calls</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-list-findings-via-api-calls/m-p/615781#M1346</link>
      <description>&lt;P&gt;Thank you. Yes that provided the info i was after.&amp;nbsp; Many thanks&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 14:29:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-list-findings-via-api-calls/m-p/615781#M1346</guid>
      <dc:creator>Julien-Potier</dc:creator>
      <dc:date>2024-10-30T14:29:15Z</dc:date>
    </item>
  </channel>
</rss>

