Re: java api for changing parameter context

2021-01-27 Thread u...@moosheimer.com
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.

Re: java api for changing parameter context

2021-01-27 Thread 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:

Re: java api for changing parameter context

2021-01-27 Thread u...@moosheimer.com
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 : > > Wait! Can't this be done using the ReST APIs? > >> On 1/27/21 3:24 AM,

Re: java api for changing parameter context

2021-01-27 Thread Bryan Bende
Hello, There are no plans to allow an extension (processor/cs/reporting task) to change parameter contexts. The REST API can be used to automate these tasks and there are already commands in NiFi CLI to help make this easier... nifi set-param nifi delete-param nifi list-param-contexts nifi

Re: java api for changing parameter context

2021-01-27 Thread Russell Bateman
Wait! Can't this be done using the ReST APIs? On 1/27/21 3:24 AM, u...@moosheimer.com 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?

java api for changing parameter context

2021-01-27 Thread u...@moosheimer.com
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