Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Setting Processor Properties dynamically and Starting it using Rest APi

avatar

Is there a way to pass the properties of processor dynamically using rest api call

Let say I have a Processor named ListFile. For this We have lot of properties to set, But what I want is

the following propertie Input Directory need to set using rest api ..

1 ACCEPTED SOLUTION

avatar

Hi @pranayreddy bommineni

Have you seen this article that describe how to use NiFi Rest API to add a processor and the configure it ? https://community.hortonworks.com/articles/87217/change-nifi-flow-using-rest-api-part-1.html

Look to step 7 for configuration only.

View solution in original post

2 REPLIES 2

avatar

Hi @pranayreddy bommineni

Have you seen this article that describe how to use NiFi Rest API to add a processor and the configure it ? https://community.hortonworks.com/articles/87217/change-nifi-flow-using-rest-api-part-1.html

Look to step 7 for configuration only.

avatar

I didn't .. I will go through it..