Gateway

Readiness Check

Kubernetes-style readiness check for the Gateway. Returns 200 when ready to accept requests, 503 when not ready.

get/ready

Response

Gateway is ready to accept requests

statusstring
messagestring

Example response

{
  "status": "ready",
  "message": "Gateway is ready to accept requests"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.