You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by Tomislav Novosel <to...@clearpeaks.com> on 2021/06/17 14:55:03 UTC

Setting Param Context to PG

Hi to all,

How can I set parameter context to all processor groups at once?
I imported root PG to another NiFi environment using template,
but now I need to go manually on every nested PG and set param context.

How to set it on all PGs at once?

Can I use toolkit or NiFi REST API? In toolkit there is command to list PGs,
but not recursively as I know.
If I could list it recursively, then it is easy to set param context to all of them
from shell script.

I want to avoid some recursive scripts in listing PGs using toolkit.

Thanks,
Regards,
Tom