Dashboard REST API

Is there a REST API that the dashboard is using? I’d like to provider the end user feedback and status of the job they just queued. However, i don’t want to show them the full dashboard. Any other way i could do this through the api?

thanks,
~ Paul

The dashboard uses the Monitoring API (https://github.com/HangfireIO/Hangfire/blob/master/src/Hangfire.Core/Storage/IMonitoringApi.cs) which you could expose as a web service, but don’t forget to secure it.

Hi

Can you give me a little direction on how to do this. I’d like to make some custom dashboard that has more info but am lost on what I need to do with the imonitoringapi

1 Like