RE: PUT/flow/process-groups/{id} API

2018-04-06 Thread Vitaly Krivoy
for trying to help. -Original Message- From: Bryan Bende [mailto:bbe...@gmail.com] Sent: Friday, April 06, 2018 2:36 PM To: users@nifi.apache.org Subject: Re: PUT/flow/process-groups/{id} API I'm not sure if this is helpful to compare to what you are trying to do, but in the CLI

Re: PUT/flow/process-groups/{id} API

2018-04-06 Thread Bryan Bende
il 06, 2018 1:30 PM > To: users@nifi.apache.org > Subject: Re: PUT/flow/process-groups/{id} API > > > > Vitaly, > > > > That endpoint will start/stop every component the requesting user has access > to. Is your instance secured? If so please ensure that your includin

RE: PUT/flow/process-groups/{id} API

2018-04-06 Thread Vitaly Krivoy
calls revision object is required. Maybe it is the case here as well. I am in the middle of implementing it to test it out. From: Matt Gilman [mailto:matt.c.gil...@gmail.com] Sent: Friday, April 06, 2018 1:30 PM To: users@nifi.apache.org Subject: Re: PUT/flow/process-groups/{id} API Vitaly

Re: PUT/flow/process-groups/{id} API

2018-04-06 Thread Matt Gilman
Vitaly, That endpoint will start/stop every component the requesting user has access to. Is your instance secured? If so please ensure that your including necessary authentication details. For instance, if your using client certificate in your browser be sure you request in your Java program

RE: PUT/flow/process-groups/{id} API

2018-04-06 Thread Vitaly Krivoy
When I start a group from NiFi UI and I examine the request in Chrome Developers Tools, it is identical to the one that I send from a Java program. What gives? From: Vitaly Krivoy [mailto:vitaly_kri...@jhancock.com] Sent: Thursday, April 05, 2018 5:49 PM To: users@nifi.apache.org Subject: