get
/v4/redis/health
Check monitored Redis caches for stalenessAlways 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
200Response for status 200
Schema
object
statusenumrequired
OKSTALEsuccessbooleanrequired
cachesCheckednumberrequired
detailstringrunbookobject
impactstringrequired
remediationstringrequired
escalationstringExample
{
"status": "OK",
"success": false,
"cachesChecked": 0,
"detail": "string",
"runbook": {
"impact": "string",
"remediation": "string",
"escalation": "string"
}
}get
https://api.merkl.xyz/v4/redis/healthcurl -X GET "https://api.merkl.xyz/v4/redis/health"