Hi all i'm deploying my nifi node in containers and, as a consqeunce, i have to periodically rewrite policies to have it working.
As it is really painful, i would like to write a script that will write those policies automatically at first startup. Are there any tutorials about that ? I'm particularly thinking about getting the flow policies ids, which are UUID and for which there doesn't seems to exist any "get all" endpoint. Furthermore, is there any kind of "nifi rest client" java api ? Thanks !
