Created 05-29-2017 12:05 PM
Hi,
We have data in Rest API. I can able to get json data using Post method in postman rest client. I want to process data in nifi from this rest url;
For example POST : localhost:8484/api/cloud/list_users is_user : xxx is_key :p3231oi3
Created 05-29-2017 02:54 PM
the InvokeHTTP Processor in NiFi can be used. More on the InvokeHTTP processor here: https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.2.0/org.apache...
In fact, there is a good tutorial walking through how to get data from an API endpoint here: https://hortonworks.com/hadoop-tutorial/learning-ropes-apache-nifi/#section_5
As always, if you find this source useful, please accept the answer.
Created 05-29-2017 02:54 PM
the InvokeHTTP Processor in NiFi can be used. More on the InvokeHTTP processor here: https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.2.0/org.apache...
In fact, there is a good tutorial walking through how to get data from an API endpoint here: https://hortonworks.com/hadoop-tutorial/learning-ropes-apache-nifi/#section_5
As always, if you find this source useful, please accept the answer.
Created 07-24-2017 12:39 PM
Thanks Sonu Sahi
Created 05-30-2017 09:39 AM
Can you tell me where I can declare key and value in invokehttp processor
Created 05-31-2017 03:26 PM
You can add dynamic properties in the InvokeHttp processor's configuration dialog as described here.
Created 07-24-2017 12:39 PM
Thanks Matt Burgess