I am not able to locate rest api which can give summary of a flow. I am checking at https://nifi.apache.org/docs/nifi-docs/rest-api/. Maybe I am missing something?
On Wed, Sep 28, 2016 at 4:30 PM, Andrew Grande <[email protected]> wrote: > This isn't an ideal approach, IMO. There is a standard API to get a > summary of the flow and,status of every processor, check what the Summary > tab is invoking for a URL. You can then drill into any specific component > by ID. > > Andrew > > On Wed, Sep 28, 2016, 6:42 AM Sandeep Khurana <[email protected]> > wrote: > >> Just now looked at flow.xml.gz file. Ir serves the purpose. Thx >> >> On Wed, Sep 28, 2016 at 4:02 PM, Sandeep Khurana <[email protected]> >> wrote: >> >>> Hello >>> >>> Is there a way to get the full details of the flow which I created from >>> Nifi UI ? >>> >>> If want to the ID of processors programatically (without looking from >>> Nifi UI) and then based upon some conditions I want to see status of 1 or >>> more processors. >>> >>> Is there any way ? >>> >>> >>> >>> >> >> >> -- >> Thanks and regards >> Sandeep Khurana >> > -- Thanks and regards Sandeep Khurana
