system.getTaskHealth
GET
https://relay.bluejeans.com/api/system/taskhealth
Check the health of the scheduled tasks that run within the API server.
GET /api/system/taskhealth HTTP/1.1
HTTP/1.1 200 OK
Content-Type: application/json
{
"AccessTokenCleanupTask": "ok",
"AmqpClusterHealthPollingTask": "ok",
"AmqpHealthCheckTask": "ok",
"CalendarPushTask": "ok",
"CalendarMaintenanceTask": "ok",
"DbHealthCheckTask": "ok",
"DialingEndpointStatusPollerTask": "ok",
"EnterpriseFeatureTagSyncTask": "ok",
"ExchangePollingTask": "ok",
"GoogleCalendarCallbackManagerTask": "ok",
"GoogleCalendarPollTask": "ok",
"GridHealthCheckTask": "ok",
"InCallEndpointStatusPollerTask": "ok",
"ListenerServicePollingTask": "ok",
"NotInCallEndpointStatusPollerTask": "ok",
"hostname": "relay-storm-00"
}
outputs
An object with an entry for the health of each routine task.
The response status code will be
application/json
Map<String, String>
200 if all tasks are OK, and 503 otherwise.