<?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 WildFire API questions about submit links and get report. in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/wildfire-api-questions-about-submit-links-and-get-report/m-p/226630#M1755</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I'm testing Wildfire API and met some questions here.&amp;nbsp;&amp;nbsp;Any help is appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Does the submitted link/Links do not create report?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I submitted link/links by pan-wfapi and get the same response like the document, then I can not find the report at the "&lt;/SPAN&gt;&lt;A href="https://wildfire.paloaltonetworks.com/wildfire/reportlist" target="_blank"&gt;https://wildfire.paloaltonetworks.com/wildfire/reportlist&lt;/A&gt;&lt;SPAN&gt;". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Even I submitted url at the "&lt;/SPAN&gt;&lt;A href="https://wildfire.paloaltonetworks.com/wildfire/upload" target="_blank"&gt;https://wildfire.paloaltonetworks.com/wildfire/upload&lt;/A&gt;&lt;SPAN&gt;", I cannot find the report either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;When I using curl to submit links&amp;nbsp;follows the sample shown in document, it returns "&amp;lt;error-message&amp;gt;'Unsupport File type With submit links'&amp;lt;/error-message&amp;gt;". Please anyne help me with this error? What's wrong with my request?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below is my curl calling with&amp;nbsp;response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;curl -F "apikey=own api key" -F "file=@D:/urls.txt" "&lt;/SPAN&gt;&lt;A href="https://wildfire.paloaltonetworks.com/publicapi/submit/links" target="_blank"&gt;https://wildfire.paloaltonetworks.com/publicapi/submit/links&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;error&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;error-message&amp;gt;'Unsupport File type With submit links'&amp;lt;/error-message&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/error&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. When I use pan-python.wfapi to get the sample, it returns "HTTP Error 403: Permission Denied", does this means I do not have the permit to download file? Or, some other reasons? I thought it should return a file stream.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Aug 2018 23:36:11 GMT</pubDate>
    <dc:creator>cathyyiu</dc:creator>
    <dc:date>2018-08-10T23:36:11Z</dc:date>
    <item>
      <title>WildFire API questions about submit links and get report.</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/wildfire-api-questions-about-submit-links-and-get-report/m-p/226630#M1755</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm testing Wildfire API and met some questions here.&amp;nbsp;&amp;nbsp;Any help is appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Does the submitted link/Links do not create report?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I submitted link/links by pan-wfapi and get the same response like the document, then I can not find the report at the "&lt;/SPAN&gt;&lt;A href="https://wildfire.paloaltonetworks.com/wildfire/reportlist" target="_blank"&gt;https://wildfire.paloaltonetworks.com/wildfire/reportlist&lt;/A&gt;&lt;SPAN&gt;". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Even I submitted url at the "&lt;/SPAN&gt;&lt;A href="https://wildfire.paloaltonetworks.com/wildfire/upload" target="_blank"&gt;https://wildfire.paloaltonetworks.com/wildfire/upload&lt;/A&gt;&lt;SPAN&gt;", I cannot find the report either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;When I using curl to submit links&amp;nbsp;follows the sample shown in document, it returns "&amp;lt;error-message&amp;gt;'Unsupport File type With submit links'&amp;lt;/error-message&amp;gt;". Please anyne help me with this error? What's wrong with my request?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below is my curl calling with&amp;nbsp;response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;curl -F "apikey=own api key" -F "file=@D:/urls.txt" "&lt;/SPAN&gt;&lt;A href="https://wildfire.paloaltonetworks.com/publicapi/submit/links" target="_blank"&gt;https://wildfire.paloaltonetworks.com/publicapi/submit/links&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;error&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;error-message&amp;gt;'Unsupport File type With submit links'&amp;lt;/error-message&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/error&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. When I use pan-python.wfapi to get the sample, it returns "HTTP Error 403: Permission Denied", does this means I do not have the permit to download file? Or, some other reasons? I thought it should return a file stream.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 23:36:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/wildfire-api-questions-about-submit-links-and-get-report/m-p/226630#M1755</guid>
      <dc:creator>cathyyiu</dc:creator>
      <dc:date>2018-08-10T23:36:11Z</dc:date>
    </item>
  </channel>
</rss>

