Health Action

Request

GET /api/health

Description

Returns the number of BE nodes currently surviving in the cluster and the number of BE nodes that are down.

Path parameters

None

Query parameters

None

Request body

None

Response

  1. {
  2. "msg": "success",
  3. "code": 0,
  4. "data": {
  5. "online_backend_num": 10,
  6. "total_backend_num": 10
  7. },
  8. "count": 0
  9. }