That helps...

Mit freundlichen Grüßen / best regards
Kay-Uwe Moosheimer

Am 27.01.21 um 18:31 schrieb Bryan Bende:
You can open Chrome Dev Tools while using the UI and perform whichever
operations you are interested in on a parameter context and you can
see the requests made to the REST API.

If you are interested in REST API docs, there is a link on the left
side of the main docs page:

https://nifi.apache.org/docs.html

Parameter contexts are under Controller.

On Wed, Jan 27, 2021 at 12:08 PM [email protected] <[email protected]> 
wrote:
Couldn't find any information about changing parameters via REST API.
Do you have any example?

Mit freundlichen Grüßen / best regards
Kay-Uwe Moosheimer

Am 27.01.2021 um 15:17 schrieb Russell Bateman <[email protected]>:

Wait! Can't this be done using the ReST APIs?

On 1/27/21 3:24 AM, [email protected] wrote:
Hello NiFi-Core-Team,

Are you planning to create a high-level Java API for setting (and
clearing) individual parameters in the parameter context, so we can use
this API in processor development?

Example:
setParameter(string contextName, string parameterName, string
parameterValue, boolean sensitive);
deleteParameter(string contextName, string parameterName);

Some of our customers have systems with weekly changing parameter values
and/or access passphrase.
Apart from these nothing changes in the system and the changes can be
automated with self written processor.

Best regards,
Kay-Uwe Moosheimer



Reply via email to