get

/v4/redis/health

Check monitored Redis caches for staleness

Always returns HTTP 200. status is STALE when any monitored Redis cache hasn't been refreshed recently enough, OK otherwise. Configure a keyword monitor to alert when STALE is present.

Responses

200
Response for status 200
Schema
object
statusenum
required
OKSTALE
successboolean
required
cachesCheckednumber
required
detailstring
runbookobject
impactstring
required
remediationstring
required
escalationstring
Example
{
  "status": "OK",
  "success": false,
  "cachesChecked": 0,
  "detail": "string",
  "runbook": {
    "impact": "string",
    "remediation": "string",
    "escalation": "string"
  }
}
get
https://api.merkl.xyz/v4/redis/health
Merkl API
curl -X GET "https://api.merkl.xyz/v4/redis/health"