<?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 hello i have a procesor with this id c4305271-3f44-1644-0000-00005c2a9cc7 how i can  get  the processor name with nifi  API in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hello-i-have-a-procesor-with-this-id-c4305271-3f44-1644-0000/m-p/214363#M82257</link>
    <description>&lt;P&gt;hello i have a procesor with this id c4305271-3f44-1644-0000-00005c2a9cc7 how i can  get  the processor name with nifi  API &lt;/P&gt;</description>
    <pubDate>Thu, 16 Aug 2018 16:02:17 GMT</pubDate>
    <dc:creator>ibrahima_diatta</dc:creator>
    <dc:date>2018-08-16T16:02:17Z</dc:date>
    <item>
      <title>hello i have a procesor with this id c4305271-3f44-1644-0000-00005c2a9cc7 how i can  get  the processor name with nifi  API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hello-i-have-a-procesor-with-this-id-c4305271-3f44-1644-0000/m-p/214363#M82257</link>
      <description>&lt;P&gt;hello i have a procesor with this id c4305271-3f44-1644-0000-00005c2a9cc7 how i can  get  the processor name with nifi  API &lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 16:02:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hello-i-have-a-procesor-with-this-id-c4305271-3f44-1644-0000/m-p/214363#M82257</guid>
      <dc:creator>ibrahima_diatta</dc:creator>
      <dc:date>2018-08-16T16:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have a procesor with this id c4305271-3f44-1644-0000-00005c2a9cc7 how i can  get  the processor name with nifi  API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hello-i-have-a-procesor-with-this-id-c4305271-3f44-1644-0000/m-p/214364#M82258</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.hortonworks.com/questions/210635/hello-i-have-a-procesor-with-this-id-c4305271-3f44.html#"&gt;@ibrahima diattara&lt;BR /&gt;&lt;/A&gt;You should be able to use the below rest api example, and the "name" will be listed in the output.&lt;/P&gt;&lt;PRE&gt;curl -i -X GET &lt;A href="http://&amp;lt;your" target="_blank"&gt;http://&amp;lt;your&lt;/A&gt; nifi host&amp;gt;:9090/nifi-api/processors/41ffd1f6-0165-1000-0000-00006974a11c&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Aug 2018 16:17:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hello-i-have-a-procesor-with-this-id-c4305271-3f44-1644-0000/m-p/214364#M82258</guid>
      <dc:creator>JonathanSneep</dc:creator>
      <dc:date>2018-08-16T16:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have a procesor with this id c4305271-3f44-1644-0000-00005c2a9cc7 how i can  get  the processor name with nifi  API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hello-i-have-a-procesor-with-this-id-c4305271-3f44-1644-0000/m-p/214365#M82259</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/78175/ibrahimadiattara.html" nodeid="78175"&gt;@ibrahima
 diattara
&lt;/A&gt;&lt;P&gt;Below API should get you the processor name. &lt;/P&gt;&lt;PRE&gt;curl -i -X GET &lt;A href="http://localhost:9090/nifi-api/flow/search-results?q=&amp;lt;name(or)id&amp;gt;" target="_blank"&gt;http://localhost:9090/nifi-api/flow/search-results?q=&amp;lt;name(or)id&amp;gt;&lt;/A&gt;;&lt;/PRE&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 16:20:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hello-i-have-a-procesor-with-this-id-c4305271-3f44-1644-0000/m-p/214365#M82259</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2018-08-16T16:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have a procesor with this id c4305271-3f44-1644-0000-00005c2a9cc7 how i can  get  the processor name with nifi  API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hello-i-have-a-procesor-with-this-id-c4305271-3f44-1644-0000/m-p/214366#M82260</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/78175/ibrahimadiattara.html" nodeid="78175"&gt;@ibrahima
 diattara&lt;/A&gt;You can get that information using API call &lt;P&gt;&lt;A href="http://hostname:9090/nifi-api/processors/c4305271-3f44-1644-0000-00005c2a9cc7" target="_blank"&gt;http://hostname:9090/nifi-api/processors/c4305271-3f44-1644-0000-00005c2a9cc7&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sample output would look like &lt;/P&gt;&lt;PRE&gt;{"revision":{"clientId":"41fc6ab0-0165-1000-a1fc-4df6aad14b3f","version":2},"id":"42010d71-0165-1000-0000-000011d8c855","uri":"http://hostname:9090/nifi-api/processors/42010d71-0165-1000-0000-000011d8c855","position":{"x":572.0,"y":402.0},"permissions":{"canRead":true,"canWrite":true},"bulletins":[],"component":{"id":"42010d71-0165-1000-0000-000011d8c855","parentGroupId":"329be04d-0165-1000-a159-adcb3e6903f8","position":{"x":572.0,"y":402.0},"name":"GetFile","type":"org.apache.nifi.processors.standard.GetFile","bundle":{"group":"org.apache.nifi","artifact":"nifi-standard-nar","version":"1.5.0.3.1.2.0-7"},"state":"STOPPED","style":{},"relationships":[{"name":"success","description":"All files are routed to &lt;/PRE&gt;&lt;P&gt;There in the name field you will get the processor name &lt;/P&gt;&lt;P&gt;Note: Please mark this answer as accepted and upvote if it resolves your issue&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 16:20:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hello-i-have-a-procesor-with-this-id-c4305271-3f44-1644-0000/m-p/214366#M82260</guid>
      <dc:creator>pkadam</dc:creator>
      <dc:date>2018-08-16T16:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have a procesor with this id c4305271-3f44-1644-0000-00005c2a9cc7 how i can  get  the processor name with nifi  API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hello-i-have-a-procesor-with-this-id-c4305271-3f44-1644-0000/m-p/214367#M82261</link>
      <description>&lt;P&gt;thxt  &lt;/P&gt;&lt;P&gt;it works well &lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 20:48:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hello-i-have-a-procesor-with-this-id-c4305271-3f44-1644-0000/m-p/214367#M82261</guid>
      <dc:creator>ibrahima_diatta</dc:creator>
      <dc:date>2018-08-16T20:48:20Z</dc:date>
    </item>
  </channel>
</rss>

