<?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: is there a nifi-api to acces all reporting tasks info in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/is-there-a-nifi-api-to-acces-all-reporting-tasks-info/m-p/365271#M239311</link>
    <description>&lt;P&gt;Try using the NiFi REST Api to fetch the desired information &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You can get a list of all your reporting tasks by executing a call on the following link: &lt;EM&gt;&lt;A href="https://community.cloudera.com/" target="_blank"&gt;https://&amp;lt;hostname&amp;gt;:&amp;lt;port&amp;gt;/nifi-api/flow/reporting-tasks&lt;/A&gt;&lt;BR /&gt;&lt;/EM&gt;This will provide you with a JSON list of all your reporting tasks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you want to go in a specific reporting task, you need to make a call to:&lt;BR /&gt;&lt;EM&gt;&lt;A href="https://community.cloudera.com/" target="_blank"&gt;https://&amp;lt;hostname&amp;gt;:&amp;lt;port&amp;gt;/nifi-api/reporting-tasks/&amp;lt;id-of-controller&amp;gt;&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can go ahead and play with the api calls until you fetch the perfect data for you. All the available calls can be found here: &lt;A href="https://nifi.apache.org/docs/nifi-docs/rest-api/index.html" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/rest-api/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2023 13:39:35 GMT</pubDate>
    <dc:creator>cotopaul</dc:creator>
    <dc:date>2023-03-03T13:39:35Z</dc:date>
    <item>
      <title>is there a nifi-api to acces all reporting tasks info</title>
      <link>https://community.cloudera.com/t5/Support-Questions/is-there-a-nifi-api-to-acces-all-reporting-tasks-info/m-p/365249#M239307</link>
      <description>&lt;P&gt;I want to access the reporting task id of a particular reporting task. For doing the same , I thought about fetching all reporting task id and then searching for a particular one. Is there any nifi-api that can give me all the reporting task ids or any other approach to solve this problem.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 10:43:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/is-there-a-nifi-api-to-acces-all-reporting-tasks-info/m-p/365249#M239307</guid>
      <dc:creator>nisha2112</dc:creator>
      <dc:date>2023-03-03T10:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: is there a nifi-api to acces all reporting tasks info</title>
      <link>https://community.cloudera.com/t5/Support-Questions/is-there-a-nifi-api-to-acces-all-reporting-tasks-info/m-p/365266#M239309</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103343"&gt;@nisha2112&lt;/a&gt;, Welcome to our community! To help you get the best possible answer, I have tagged 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/37332"&gt;@hegdemahendra&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/60150"&gt;@stevenmatison&lt;/a&gt;&amp;nbsp; who may be able to assist you further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 13:03:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/is-there-a-nifi-api-to-acces-all-reporting-tasks-info/m-p/365266#M239309</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2023-03-03T13:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: is there a nifi-api to acces all reporting tasks info</title>
      <link>https://community.cloudera.com/t5/Support-Questions/is-there-a-nifi-api-to-acces-all-reporting-tasks-info/m-p/365271#M239311</link>
      <description>&lt;P&gt;Try using the NiFi REST Api to fetch the desired information &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You can get a list of all your reporting tasks by executing a call on the following link: &lt;EM&gt;&lt;A href="https://community.cloudera.com/" target="_blank"&gt;https://&amp;lt;hostname&amp;gt;:&amp;lt;port&amp;gt;/nifi-api/flow/reporting-tasks&lt;/A&gt;&lt;BR /&gt;&lt;/EM&gt;This will provide you with a JSON list of all your reporting tasks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you want to go in a specific reporting task, you need to make a call to:&lt;BR /&gt;&lt;EM&gt;&lt;A href="https://community.cloudera.com/" target="_blank"&gt;https://&amp;lt;hostname&amp;gt;:&amp;lt;port&amp;gt;/nifi-api/reporting-tasks/&amp;lt;id-of-controller&amp;gt;&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can go ahead and play with the api calls until you fetch the perfect data for you. All the available calls can be found here: &lt;A href="https://nifi.apache.org/docs/nifi-docs/rest-api/index.html" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/rest-api/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 13:39:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/is-there-a-nifi-api-to-acces-all-reporting-tasks-info/m-p/365271#M239311</guid>
      <dc:creator>cotopaul</dc:creator>
      <dc:date>2023-03-03T13:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: is there a nifi-api to acces all reporting tasks info</title>
      <link>https://community.cloudera.com/t5/Support-Questions/is-there-a-nifi-api-to-acces-all-reporting-tasks-info/m-p/365352#M239332</link>
      <description>&lt;P&gt;Yupp..That solved the problem .Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 02:59:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/is-there-a-nifi-api-to-acces-all-reporting-tasks-info/m-p/365352#M239332</guid>
      <dc:creator>nisha2112</dc:creator>
      <dc:date>2023-03-06T02:59:39Z</dc:date>
    </item>
  </channel>
</rss>

