Scheduler Health

Returns the health status of a scheduler.

Authentication

This endpoint is public. No authentication required.

Path Parameters

Parameter Type Description
id string The unique identifier of the scheduler

Example Request

1curl "https://api.hola.cloud/schedulers/sched-a1b2c3d4-e5f6-7890-abcd-ef1234567890/health"

Example Response

1HTTP/1.1 200 OK
2Content-Type: application/json
1{
2  "status": "ok",
3  "ready": true,
4  "scheduled": 3,
5  "inflight": 1,
6  "scheduler_id": "sched-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
7}

Error Codes

Status Code Description
404 not_found Scheduler not found
500 internal_error Internal server error

Comments

Leave a comment