GET
/
api
/
test
/
db
Status check of the underlying application repositories
curl --request GET \
  --url https://pria.praxislxp.com/api/test/db
{
  "message": "0: disconnected, 1: connected, 2: connecting, 3: disconnecting, 4: invalid auth",
  "status": 1
}

Response

200 - application/json

Storage status retrieved successfully

The response is of type object.