Phil, The chrome dev tools option is definitely helpful with building request order and looking for the calls you need to make. There is also nifi rest docs[1] available online.
1. https://nifi.apache.org/docs/nifi-docs/rest-api/index.html Chad [email protected] On Mon, Jan 29, 2018 at 9:47 PM Phil H <[email protected]> wrote: > Thanks Robert! > > Cheers, > Phil > > > On 30 Jan 2018, at 13:35, Robert R. Bruno <[email protected]> wrote: > > > > In the past, I've used the Chrome developer tools network view to see the > > api calls made by the NiFi UI. Just manually go through the steps you > want > > to automate in the UI and view the REST calls made. > > > > Hope that helps. > > > > Robert > > > >> On Mon, Jan 29, 2018, 21:31 Phil H <[email protected]> wrote: > >> > >> Hi there, > >> > >> I need to add new properties/routes to RouteOnAttribute and subsequent > >> PutFile processors based on an external input (a basic web interface). > >> > >> Hoping someone can point me in the right direction in terms of either > >> config files to change, or API calls to make to simulate what the NiFi > UI > >> would send through. > >> > >> Thanks in advance, > >> Phil >
