Re: API 1.0 questions

2016-10-18 Thread ruaraidh jay-chalmer
Thanks a lot for your help! I was missing the Id in components (and like you said, no need to increment version). You've saved me a lot of time, thanks again :) Wishing you a pleasant day! 2016-10-18 12:36 GMT+02:00 Koji Kawamura : > Hello, > > I was able to start/stop

Re: API 1.0 questions

2016-10-18 Thread Koji Kawamura
Hello, I was able to start/stop processors using 1.0 API. I am not sure if the API has changed from 0.x but, it seems you don't have to increment the revision. I used the same revision that is returned by NiFi. Here is an example (it's Javascript):

API 1.0 questions

2016-10-18 Thread ruaraidh jay-chalmer
Hi, I have been working on a few python tools that use the NiFi Rest API to do a few checks and commands here and there. Since the goal is mainly monitoring, stopping a processor is a very useful tool. In the previous version of the API (~0.7) I managed this by creating a dictionary with purely