<?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>question Re: NIFI API and Provenance info - Unable to get info out in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NIFI-API-and-Provenance-info-Unable-to-get-info-out/m-p/413114#M253872</link>
    <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;What I discovered is that when running nifi on windows 10 ( and possibly linux as well?), any passwords that have special characters like + or \ etc need to be converted to ascii I think it is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;so :&lt;/P&gt;&lt;P&gt;/&amp;nbsp; &amp;nbsp; &amp;nbsp;becomes&amp;nbsp; &amp;nbsp;%2F&amp;nbsp;&lt;/P&gt;&lt;P&gt;+&amp;nbsp; &amp;nbsp; becomes&amp;nbsp; &amp;nbsp;%2B&lt;/P&gt;&lt;P&gt;Once i did this, it worked OK.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Dec 2025 23:07:39 GMT</pubDate>
    <dc:creator>zzzz77</dc:creator>
    <dc:date>2025-12-11T23:07:39Z</dc:date>
    <item>
      <title>NIFI API and Provenance info - Unable to get info out</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-API-and-Provenance-info-Unable-to-get-info-out/m-p/412911#M253764</link>
      <description>&lt;P&gt;When I try to run a query against the nifi 2.5.0 API to get info about provenance activities, it seems to be quite difficult.&lt;/P&gt;&lt;P&gt;I installed NIfi on my PC with no modifications and all default settings, and just use the default user and password that's created when you install it.&lt;/P&gt;&lt;P&gt;I run this in my local windows CMD window and get&amp;nbsp; &amp;nbsp;"unknown error" :&lt;/P&gt;&lt;P&gt;curl --insecure -X DELETE -H "Authorization: Bearer &amp;lt;my token&amp;gt; " &lt;A href="https://localhost:8443/nifi-api/provenance/queries" target="_blank" rel="noopener"&gt;https://localhost:8443/nifi-api/provenance/queries&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then I run this and get :&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl --insecure -X DELETE -H "Authorization: Bearer &amp;lt;token&amp;gt;" &lt;A href="https://localhost:8443/nifi-api/provenance/queries" target="_blank" rel="noopener"&gt;https://localhost:8443/nifi-api/provenance/queries&lt;/A&gt; &amp;gt; test.txt&lt;/P&gt;&lt;P&gt;In text.txt file I get :&lt;/P&gt;&lt;P&gt;"An unexpected error has occurred. Please check the logs for additional details."&lt;/P&gt;&lt;P&gt;I'm starting to think the Provenance part of the API might be broken as it shouldn't be this hard?&lt;/P&gt;&lt;P&gt;I ran other API queries and they work fine.&lt;/P&gt;&lt;P&gt;What I'm trying to do is get a list of all files that have passed through my small local nifi installation so we can track what files have moved through nifi and when, as a form of monitoring.&lt;/P&gt;&lt;P&gt;Any help appreciated!&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Nov 2025 21:34:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-API-and-Provenance-info-Unable-to-get-info-out/m-p/412911#M253764</guid>
      <dc:creator>zzzz77</dc:creator>
      <dc:date>2025-11-22T21:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI API and Provenance info - Unable to get info out</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-API-and-Provenance-info-Unable-to-get-info-out/m-p/412917#M253770</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/136792"&gt;@zzzz77&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our NiFi experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/86141"&gt;@haridjh&lt;/a&gt;&amp;nbsp;, who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query. We hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 06:34:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-API-and-Provenance-info-Unable-to-get-info-out/m-p/412917#M253770</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2025-11-24T06:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI API and Provenance info - Unable to get info out</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-API-and-Provenance-info-Unable-to-get-info-out/m-p/412976#M253802</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/136792"&gt;@zzzz77&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When you executed your curl commands, did you check both the nifi-app.log and nifi-user.log for any ERROR or WARN log output that would provide more detail on the exception.&lt;BR /&gt;&lt;BR /&gt;The Apache NIFi 2.x Provenance rest-api endpoint request should look more like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl 'https://&amp;lt;HOSTNAME&amp;gt;:&amp;lt;PORT&amp;gt;/nifi-api/provenance' \
-H 'accept: application/json, text/plain, */*' \
-H 'content-type: application/json' \
-H 'Authorization:Bearer &amp;lt;TOKEN&amp;gt;' \
--data-raw '{"provenance":{"request":{"incrementalResults":false,"maxResults":1000,"summarize":true}}}' \
--insecure&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 15:20:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-API-and-Provenance-info-Unable-to-get-info-out/m-p/412976#M253802</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-12-02T15:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI API and Provenance info - Unable to get info out</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-API-and-Provenance-info-Unable-to-get-info-out/m-p/413048#M253818</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/136792"&gt;@zzzz77&lt;/a&gt;,&amp;nbsp;Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution to help others find the answer more easily in the future.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 10:20:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-API-and-Provenance-info-Unable-to-get-info-out/m-p/413048#M253818</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2025-12-08T10:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI API and Provenance info - Unable to get info out</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-API-and-Provenance-info-Unable-to-get-info-out/m-p/413114#M253872</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;What I discovered is that when running nifi on windows 10 ( and possibly linux as well?), any passwords that have special characters like + or \ etc need to be converted to ascii I think it is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;so :&lt;/P&gt;&lt;P&gt;/&amp;nbsp; &amp;nbsp; &amp;nbsp;becomes&amp;nbsp; &amp;nbsp;%2F&amp;nbsp;&lt;/P&gt;&lt;P&gt;+&amp;nbsp; &amp;nbsp; becomes&amp;nbsp; &amp;nbsp;%2B&lt;/P&gt;&lt;P&gt;Once i did this, it worked OK.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 23:07:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-API-and-Provenance-info-Unable-to-get-info-out/m-p/413114#M253872</guid>
      <dc:creator>zzzz77</dc:creator>
      <dc:date>2025-12-11T23:07:39Z</dc:date>
    </item>
  </channel>
</rss>

