Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

How to replicate a simple Curl command with InvokeHTTP in NIFI ?

avatar
Frequent Visitor

Hi all,

I just discover NIFI few weeks ago and I tried to replicate a simple curl command with the processor InvokeHTTP :

 

 

 

I tried this curl command in the VM where my NIFI server is installed and it works well, I received all the needed information.

 

So what I did in the invokeHTTP processor is the folowing:

 

in properties

1) HTTP Method =GET

2) Remote URL = "URL used in the curl command"

then I added a new property

 

Authorisation = my_login:token

 

But the processor stay invalid.

 

I know that there is plenty of other properties and settings but I'am a little bit lost, if someone can help me it will be great

Thanks

 

 

1 ACCEPTED SOLUTION

avatar
Frequent Visitor

Sorry for this post I just found that when you put your mouse on the invalid icon the list of inappropriate settings is displayed .. just fixed it and now my InvokeHTTP is running

View solution in original post

1 REPLY 1

avatar
Frequent Visitor

Sorry for this post I just found that when you put your mouse on the invalid icon the list of inappropriate settings is displayed .. just fixed it and now my InvokeHTTP is running