Get BootDNS Core Health Status

GET /api/core-check

Returns status 500 when something is wrong, else 200

[!NOTE] This API dosnt require authentication

Example
curl 'http://HOSTNAME/api/core-check' \
  --header 'Content-Type: application/json' \
Response
{
  "ok": [
    "db",
    "scheduler",
    "redis",
    "apprise",
    "web"
  ],
  "failed": [
  ]
}