Created 03-25-2016 02:17 PM
Is there a way to access NiFi Bulletins using NiFi Rest API ? Is there any documentation available on this ? My goal is to capture NiFi Bulletins using Rest API so I can take some kind of notification action rather than just displaying it in UI.
Created 03-28-2016 01:54 PM
The bulletins are available through the Rest Api. They are accessed primarily through two different endpoints.
/controller/status
Return controller level status. This will include status and bulletins for cluster/node issues, reporting tasks, and controller services.
/controller/process-groups/{id}/status
Return process group specific status. This will include status and bulletins for all components in the specified process group. This endpoint supports a recursive flag to indicate whether status for all descendent components is included.
Created 03-08-2017 10:14 AM
May I know which NiFi processor should we use here? and In which fields we need to add these endpoints. Please share an example template if you have.
Thanks
Created 09-16-2016 06:21 PM
The documentation for a given release can be accessed directly from within the application. Navigate to your NiFi UI and click the 'help' link in the upper right hand corner. Scroll to the bottom of the pane on the left hand side and click 'Rest Api'.