Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

NIFI-PROCESSOR : Monitoring

avatar
Rising Star

Hi all,

Do you know if it is possible to list the ID of process groups or processors ?

I don't see anything the NIFI REst Api url rest-api

thanks

1 ACCEPTED SOLUTION

avatar
Master Guru

If you do a GET for the root group using /process-groups/{id} then that response will have all the other process groups under it, you can look at the ProcessGroupEntity example JSON response, and then component -> contents -> processGroups or processors. The root group id won't change so that should be your starting point.

View solution in original post

1 REPLY 1

avatar
Master Guru

If you do a GET for the root group using /process-groups/{id} then that response will have all the other process groups under it, you can look at the ProcessGroupEntity example JSON response, and then component -> contents -> processGroups or processors. The root group id won't change so that should be your starting point.