Re: Set root level access policies using NiFi REST API

2018-12-18 Thread Andy LoPresto
You can also use tools like the NiFi CLI [1] or community-provided tools like NiPyAPI [2] to exercise the REST API via command-line actions rather than having to execute individual curl commands, etc. [1] https://github.com/apache/nifi/tree/master/nifi-toolkit/nifi-toolkit-cli [2]

Re: Set root level access policies using NiFi REST API

2018-12-18 Thread Bryan Bende
Anything you can do from the UI you can do from the REST API. You can open something like Chrome Dev tools and watch the network tab which performing the desired action in the UI. Then you can see what API calls the UI makes. On Tue, Dec 18, 2018 at 1:53 PM Milan Das wrote: > > I am wondering if

Set root level access policies using NiFi REST API

2018-12-18 Thread Milan Das
I am wondering if it is possible to set root level access policies using NiFi REST API. There is an unanswerd forum. https://community.hortonworks.com/answers/213913/post.html Thanks, Milan Das