Status
Status related operations
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Status was fetched successfully
application/json
500
Internal Replication Server error
application/json
get
/statusGET /status HTTP/1.1
Host: 127.0.0.1:64001
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"connected_clients": 1,
"memory_limit": 1,
"memory_used": 1
}Authorizations
AuthorizationstringRequired
Responses
200
Health check was successful
text/html
ResponsestringExample:
OK500
Server is unhealthy
application/json
get
/healthGET /health HTTP/1.1
Host: 127.0.0.1:64001
Authorization: Basic username:password
Accept: */*
OKLast updated
Was this helpful?

