cURL
curl --request GET \ --url https://external.aieev.cloud:5007/external/api/v1/endpoints/{endpoint_id}/logs \ --header 'Authorization: Bearer <token>'
[ { "node_id": "<string>", "replica_id": "<string>", "filename": "<string>", "is_historical": true, "start_time": "2023-11-07T05:31:56Z", "end_time": "2023-11-07T05:31:56Z" } ]
API Key를 Bearer 토큰으로 전달합니다. 프로젝트 개요의 API 키 메뉴에서 생성할 수 있습니다.
엔드포인트 고유 ID
특정 레플리카의 로그만 필터링
false로 설정하면 현재 활성 로그만 반환하고 이전 로테이션된 로그는 제외
false
로그 파일 목록
로그가 저장된 노드 ID
연결된 레플리카 ID
로그 파일 경로. /logs/file API의 filename 파라미터에 사용
이전 로테이션된(과거) 로그 파일 여부. true이면 종료된 레플리카의 로그
로그 시작 시간. 이력 로그에서만 제공
로그 종료 시간. 이력 로그에서만 제공