本接口位于域名根(
/healthz),而非 /api 下。GET 路径: /healthz 认证: 无
响应
200 OK
503 Service Unavailable。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
对数据库执行 ping 的存活接口。健康时返回 200 与状态对象,数据库不可达时返回 503。
/healthz),而非 /api 下。GET 路径: /healthz 认证: 无
200 OK
{ "status": "ok" }
503 Service Unavailable。
{ "error": "database unavailable" }
curl -i https://ariacompute.cn/healthz
Was this page helpful?