Skip to content

A Groovy script which can be executed within Apache NIFI via ExecuteScript processor to send a https post JSON request and redirect the http response output to flowfile

Notifications You must be signed in to change notification settings

nsgirish/nifi-executescript-groovy-https-post-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

HTTPS POST JSON request via NIFI ExecuteScript groovy processor

Summary

Apache NIFI provides InovkeHttp processor to make HTTP / HTTPS requests. But if there are some customizations requried while making the HTTP(S) request such as disabling hostname verification, InvokeHttp processor doesn't support the same. So in those times the same functionality can be implemented with additional features via groovy scripting as illustrated in https_json_post.groovy

About

A Groovy script which can be executed within Apache NIFI via ExecuteScript processor to send a https post JSON request and redirect the http response output to flowfile

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages