服務存活檢查
get
Responses
200
服務存活中
application/json
get/healthz
GET /healthz HTTP/1.1
Host: api.blockchainsecurity.asia
Accept: */*
200
服務存活中
{
"status": "ok"
}Last updated
Was this helpful?
檢查服務程序是否仍可處理請求。服務存活時回傳 200,供監控系統判斷是否需要重啟。
服務存活中
GET /healthz HTTP/1.1
Host: api.blockchainsecurity.asia
Accept: */*
服務存活中
{
"status": "ok"
}Last updated
Was this helpful?
Was this helpful?

