GET
/
v1
/
system
/
health
curl --request GET \
  --url https://api.ziplink.click/v1/system/health
{
  "cache_database": "healthy",
  "license": "healthy",
  "message_queue": "healthy",
  "relational_database": "healthy",
  "static_storage": "healthy"
}

Response

200
application/json
OK
cache_database
enum<string>
required

Health of the cache database.

Available options:
healthy,
unhealthy,
unknown
license
enum<string>
required

Health of the license.

Available options:
healthy,
unhealthy,
unknown
message_queue
enum<string>
required

Health of the message queue.

Available options:
healthy,
unhealthy,
unknown
relational_database
enum<string>
required

Health of the relational database.

Available options:
healthy,
unhealthy,
unknown
static_storage
enum<string>
required

Health of the static storage.

Available options:
healthy,
unhealthy,
unknown