システムチェック
curl --request GET \
--url https://api.example.com/v1/system-checkシステムチェック
すべてのシステム components のヘルスをチェックします。
戻り値: 次のステータスを含む JSON:
- api: 常に true(エンドポイントに到達可能な場合)
- database: DB 接続が機能しているかどうか
- cpu_queue: 成功可否、所要時間、エラーがあればその内容
- gpu_queue: 成功可否、所要時間、エラーがあればその内容
いずれかのチェックに失敗した場合は HTTP 503 を返します。
GET
/
v1
/
system-check
システムチェック
curl --request GET \
--url https://api.example.com/v1/system-checkDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-dbrian-docs-2514-bedrock-agents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
レスポンス
200 - application/json
正常なレスポンス
⌘I