Support Questions

Find answers, ask questions, and share your expertise

Get all processor groups including sub-processor groups in nifi using rest api

avatar
Frequent Visitor

Hi everyone, I would like to fetch all the processor groups in the nifi canvas including sub-processor groups usinf nifi-api. Could you please help me on this

2 REPLIES 2

avatar
Expert Contributor

nifi-api/flow/process-groups/root/status?recursive=true

 

This end point will return the process groups

avatar
Frequent Visitor

it gives us all the details of the canvas, is it possible to get only the processor group details?