GET/projects/api/v3/planning/autoschedule/health.json

Check that the scheduling service is reachable.

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
    HealthResponse is the /planning/autoschedule/health 200 body. It reports whether the scheduling service is reachable.
  • Code
    502
    Type
    object
    Schema
    Description
    502 Bad Gateway
    ErrorResponse defines how []Error should be marshaled to JSON.

Examples

200 OK

HealthResponse
{
  "healthy": true,
  "target": "string"
}