服務就緒檢查
get
Responses
200
服務已就緒,可以開始接收流量
application/json
503
服務尚未就緒,請稍後重試
get/readyz
GET /readyz HTTP/1.1
Host: api.blockchainsecurity.asia
Accept: */*
{
"status": "ready"
}Last updated
Was this helpful?
檢查服務是否已啟動完成且關鍵相依正常。就緒時回傳 200,供負載平衡器判斷是否可以導入流量。
服務已就緒,可以開始接收流量
服務尚未就緒,請稍後重試
GET /readyz HTTP/1.1
Host: api.blockchainsecurity.asia
Accept: */*
{
"status": "ready"
}Last updated
Was this helpful?
Was this helpful?

