- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Get all processor groups including sub-processor groups in nifi using rest api
- Labels:
-
Apache NiFi
-
NiFi Registry
Created on
07-18-2022
03:52 AM
- last edited on
07-18-2022
10:09 AM
by
DianaTorres
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created 07-18-2022 12:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
nifi-api/flow/process-groups/root/status?recursive=true
This end point will return the process groups
Created 07-18-2022 10:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
it gives us all the details of the canvas, is it possible to get only the processor group details?
