Readiness probe
GET/health/ready
Returns 200 when the service is ready to accept traffic.
Responses
- 200
- 503
Service is ready.
- application/json
- Schema
- Example (from schema)
Schema
status stringrequired
Readiness status.
error string
Error message when not ready.
{
"status": "ready",
"error": "string"
}
Service is not ready.
- application/json
- Schema
- Example (from schema)
Schema
status stringrequired
Readiness status.
error string
Error message when not ready.
{
"status": "ready",
"error": "string"
}
Loading...