/api/v1/health
向 Fess 发送 http://<Server Name>/api/v1/health 请求,可以获取 Fess 服务器状态的JSON格式数据。
http://<Server Name>/api/v1/health
无可用的请求参数。
将返回以下响应:
{ "data": { "status": "green", "timed_out": false } }
各元素说明如下:
green
yellow
red
false
true
当健康检查API失败时,将返回以下错误响应: