Skip to main content
GET
/
cabinet
/
admin
/
ban-system
/
health
Get Health
curl --request GET \
  --url http://localhost:8080/cabinet/admin/ban-system/health
{
  "status": "<string>",
  "uptime": 123,
  "components": []
}

Response

200 - application/json

Successful Response

Health status response.

status
string
required
uptime
integer | null
components
BanHealthComponent · object[]