Lite API to Get Job Status

For environments utilizing centralized monitoring tool, it would be useful to have a static address (thus “Lite”) that can return a JSON blob showing the job names, their last trigger datetime, last status (success,failed,running).

The enabling of this feature can be done in Settings.

This is the api to return the status of all schedules:

http://localhost:3875/get_schedule_status

It can be extended to include information that you need.

Thanks. This works.

Does anyone have tried ingesting this into InfluxDB via Telegraf?