Member since
04-28-2017
10
Posts
0
Kudos Received
0
Solutions
05-05-2017
06:25 AM
Thanks for your reply. I am using the Nifi-API for the same. Content-Type: multipart/form-data
METHOD : POST
http://84.39.32.32:8080/process-groups/36e4ed20-015a-1000-0882-9092542ffd03/templates/upload
choose file.
... View more
05-02-2017
10:21 AM
Thanks for the information. it is working.
... View more
05-02-2017
09:52 AM
I have upload the template in root processor group then when i click on the template is listed there. but when i delete from Nifi UI then tried to upload the same file getting 200 OK response but not listed in the template option , please help
... View more
Labels:
- Labels:
-
Apache NiFi
05-02-2017
07:14 AM
Hi all, for me it is working fine : HTTP method : PUT {
"status": {
"runStatus": "STOPPED"
},
"component": {
"state": "STOPPED",
"id": "b2e9b4eb-015b-1000-765d-c01c0a2fa6ce" //processor id
},
"id": "b2e9b4eb-015b-1000-765d-c01c0a2fa6ce", //processor id
"revision": {
"clientId": "b2e5a8bb-015b-1000-31c1-0ee3b952dcbe",
"version": 8
}
}
... View more