跳转到主要内容
GET
/
healthz
获取健康状态
curl --request GET \
  --url http://127.0.0.1:9090/healthz \
  --header 'Authorization: Bearer <token>'
"ok\n"

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

响应

健康

The response is of type string.