Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.