Health Action
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β
{
"msg": "success",
"code": 0,
"data": {
"online_backend_num": 10,
"total_backend_num": 10
},
"count": 0
}