Re: Regarding NiFi 1.10 parameter context

2020-01-08 Thread Daniel Chaffelson
Hi Sanjeet,
I am glad to hear you like NiPyAPI and have been finding it useful.

I did update the client to support the new API calls for Parameters in
1.10, they are in the nipyapi.nifi.* low level client today.
I plan to work on some higher level calls in nipyapi.canvas.* soon, similar
to update_variable_registry, but have not had time yet.
You should be able to work out which low level commands to use by tracking
the process through your browser developer tools if you want to work on it
before I get the next release out.

Cheers,
Dan.

On Wed, Jan 8, 2020 at 12:23 PM sanjeet rath  wrote:

> Hi ,
>
> Previously i have used nipyapi.canvas.update_variable_registry()  to
> update my processor group variables. I have updated it to nifi 1.10.So I
> want to use new feature parameter context which is present in 1.10 nifi
> version.
>
> I am able to update this parameters both sensitive and non sensitive
> values using nifi cli.
>
> But i am not able to update parameter context parameters using nipyapi.
>
>  Could someone please suggest me how to do it.
>
> Any example or reference where this been implemented  will be really
> helpful.
>
> Thanks and regards,
> Sanjeet
>


Regarding NiFi 1.10 parameter context

2020-01-08 Thread sanjeet rath
Hi ,

Previously i have used nipyapi.canvas.update_variable_registry()  to update
my processor group variables. I have updated it to nifi 1.10.So I want to
use new feature parameter context which is present in 1.10 nifi version.

I am able to update this parameters both sensitive and non sensitive values
using nifi cli.

But i am not able to update parameter context parameters using nipyapi.

 Could someone please suggest me how to do it.

Any example or reference where this been implemented  will be really
helpful.

Thanks and regards,
Sanjeet