Skip to content

Readiness probe

GET
/health/ready
curl --request GET \
--url https://api.staging.elasticstage.com/store/health/ready

Default Response

Media typeapplication/json
object
status
required
string
Allowed values: ready
Example
{
"status": "ready"
}

Default Response

Media typeapplication/json
object
statusCode
required
number
code
required
string
Allowed values: VALIDATION_ERROR UNAUTHORIZED FORBIDDEN NOT_FOUND CONFLICT UNPROCESSABLE_ENTITY RATE_LIMITED SERVICE_UNAVAILABLE INTERNAL_ERROR
error
required
string
message
required
string
details
Array
Example
{
"statusCode": 503,
"code": "SERVICE_UNAVAILABLE",
"error": "Service Unavailable",
"message": "The service is temporarily unavailable."
}