시스템 점검
curl --request GET \
--url https://api.example.com/v1/system-check시스템 점검
모든 시스템 컴포넌트의 상태를 확인합니다.
반환값: 다음 상태가 포함된 JSON:
- api: Endpoint에 연결할 수 있으면 항상 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-kb-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
응답
200 - application/json
성공 응답
⌘I