Heartbeat

synopsis:Heartbeat Blueprint

Heartbeat endpoint of the application

karrot.heartbeat.controllers.health()[source]

Returns a simple JSON string when the application is healthy.

Returns:json – A JSON with the following format:
``{“status”: “success”,
“msg”: “Burrow-reporter is healthy”, “time”: “<datetime.now()>”}``