Readiness probe
Verifies the application is ready to receive traffic.
Responses
- application/json
Request Example for get/extra/health/ready
curl https://api.customer.cadasto.io/extra/health/ready \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"status": "ok",
"output": "stats: 117/47/683 app_env: production"
}