Re: Put to update a processor (REST API)

2015-10-13 Thread Devin Pinkston
t; "lastModifier": "value" > }, > "processor": { > "config": { > "properties": { > "Consumer Secret": "xxx", > "Access Token Secret":

Put to update a processor (REST API)

2015-10-12 Thread Devin Pinkston
I'm trying to do a put to update a GetTwitter Processor, I want to set the Consumer & Access Token Secret. Doing the follow put with application/json always gives me a 400 error. This is the put body: { "revision": { "version": 0, "lastModifier": "value" }, "processor": {

Re: Rest API Endpoint?

2015-10-01 Thread Devin Pinkston
http://localhost:8080/nifi-api/controller/templates That took me a while to figure out too, should update the REST API docs with that. So yours would be https://www.servercom :8080/nifi-api/controller/templates Thanks - Devin On Thu, Oct 1, 2015 at 9:24 AM, John

.zip archive or expression language

2015-09-24 Thread Devin Pinkston
Hello, I'm using NiFi to pull down some .zip archives off the web and want to extract them and do some processing, however it looks like i can't decompress a .zip archive. Do i need to use the ExecuteProcess processor in order to handle this with an "unzip"? If so, is there a way through