Skip to main content
SLO & Service Quality/Health Check
GETHealthSince 1.0SynchronousAuth Required

CheckHealthReady

Check if the service is ready to accept traffic with dependencies available. No authentication required.

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns the following response structure.

  • statusString

    Current health status of the service

    Example: ok

  • serviceString

    Name of the service being checked

    Example: federation

Endpoint

GET/health/ready

/health/ready

Operation ID

CheckHealthReady

Permalink

Request Example

curl -X GET '{host}/health/ready'

Response Example

200
{
  "status": "ok",
  "service": "federation"
}

Change History

This API has no change history records yet.

View all change history