<?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: Wildfire API in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/10656#M7852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Edwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad that you got what you were looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunal Adak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Sep 2013 13:20:44 GMT</pubDate>
    <dc:creator>kadak</dc:creator>
    <dc:date>2013-09-30T13:20:44Z</dc:date>
    <item>
      <title>Wildfire API</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/10653#M7849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am working on paloalto VM version 5.0.6 and tying to read reports from wildfire with the help of API using cURL.&lt;/P&gt;&lt;P&gt;i am pulling the report on the basis of "device_id" and "report_id" but getting error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-IE" style="font-size: 10.0pt; font-family: inherit; color: #3b3b3b;"&gt;curl -i -k -F device_id=[SERIAL NUMBER] -F report_id=[TID FROM LOG] -F format=xml &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are above options are supported in version 5.0.6?if yes then anything that i am missing in my command.if not then in which version this will be supported.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 05:32:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/10653#M7849</guid>
      <dc:creator>edwinchristopher</dc:creator>
      <dc:date>2013-09-24T05:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Wildfire API</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/10654#M7850</link>
      <description>&lt;P&gt;Hello Edwin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Three variables are passable in a GET request to the Wildfire API&amp;nbsp; - apikey,device_id and report_id.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following request should return a XML containing the information from the the Wildfire report including the sha256 of the file:&lt;/P&gt;
&lt;P&gt;&lt;A class="jive-link-external-small unlinked" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #006595;" target="_blank"&gt;https://wildfire.paloaltonetworks.com/publicapi/report?apikey=&amp;lt;YOUR-API-KEY&amp;gt;&amp;amp;device_id=&amp;lt;YOUR-DEVICE-SERIAL&amp;gt;&amp;amp;report_id=&amp;lt;YOUR-REPORT-ID&amp;gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you can use curl to get a report:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; line-height: 1.5em;"&gt;curl -i -d apikey=&amp;lt;YOUR-API-KEY -d device_id=&amp;lt;YOUR-DEVICE-SERIAL&amp;gt; -d report_id=&amp;lt;YOUR-REPORT-ID&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; line-height: 1.5em;"&gt;&lt;A class="jive-link-external-small" href="https://wildfire.paloaltonetworks.com/publicapi/report" target="_blank"&gt;https://wildfire.paloaltonetworks.com/publicapi/report&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #000000; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Here is a good link for Wildfire's API guide. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A style="font-family: 'Times New Roman', serif; font-size: 16px;" title="https://www.paloaltonetworks.com/documentation/wildfire-portal-api-doc.html" href="https://www.paloaltonetworks.com/documentation/wildfire-portal-api-doc.html" target="_blank"&gt;https://www.paloaltonetworks.com/documentation/wildfire-portal-api-doc.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if the above suggestions were helped you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kunal Adak&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; line-height: 1.5em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; line-height: 1.5em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; line-height: 1.5em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; line-height: 1.5em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 07:53:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/10654#M7850</guid>
      <dc:creator>kadak</dc:creator>
      <dc:date>2016-03-01T07:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Wildfire API</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/10655#M7851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks kunal,&lt;/P&gt;&lt;P&gt;Thats what exactly i was loking or searching for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 09:03:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/10655#M7851</guid>
      <dc:creator>edwinchristopher</dc:creator>
      <dc:date>2013-09-30T09:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Wildfire API</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/10656#M7852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Edwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad that you got what you were looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunal Adak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 13:20:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/10656#M7852</guid>
      <dc:creator>kadak</dc:creator>
      <dc:date>2013-09-30T13:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Wildfire API</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/77225#M42551</link>
      <description>&lt;P&gt;Hello, &amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to figure out the GET Syntax for 7.0 wildfire wihtout the use of CURL.&lt;/P&gt;
&lt;P&gt;I've tried the following format but it doesn't seem to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://wildfire.paloaltonetworks.com/publicapi/get/report?apikey=&amp;lt;api" target="_blank"&gt;https://wildfire.paloaltonetworks.com/publicapi/get/report?apikey=&amp;lt;api&lt;/A&gt; key&amp;gt;?hash=&amp;lt;hash&amp;gt;&amp;amp;format=xml&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Getting the following message:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;error&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;error-message&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;'Method is not supported'&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/error-message&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/error&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;Any help is greatly appreciated.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Apr 2016 17:08:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/77225#M42551</guid>
      <dc:creator>HYamanaka</dc:creator>
      <dc:date>2016-04-28T17:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Wildfire API</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/208608#M61065</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you get your problem solved? If yes, could you tell me how?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 17:07:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/wildfire-api/m-p/208608#M61065</guid>
      <dc:creator>Raymond-01</dc:creator>
      <dc:date>2018-04-03T17:07:20Z</dc:date>
    </item>
  </channel>
</rss>

