Cloud Log Analytics 서비스에서 조회한 로그를 Object Storage로 내보내기 한 이력을 조회합니다.
요청
요청 형식을 설명합니다. 요청 형식은 다음과 같습니다.
메서드 |
URI |
GET |
/api/{regionCode}-v1/export/history |
요청 헤더
Cloud Log Analytics API에서 공통으로 사용하는 헤더에 대한 정보는 Cloud Log Analytics 요청 헤더를 참조해 주십시오.
요청 경로 파라미터
요청 경로 파라미터에 대한 설명은 다음과 같습니다.
필드 |
타입 |
필수 여부 |
설명 |
regionCode |
String |
Required |
리전 코드 |
요청 쿼리 파라미터
요청 경로 파라미터에 대한 설명은 다음과 같습니다.
필드 |
타입 |
필수 여부 |
설명 |
pageNo |
Integer |
Optional |
페이지 번호 |
pageSize |
Integer |
Optional |
페이지당 항목 수 |
요청 예시
요청 예시는 다음과 같습니다.
응답
응답 형식을 설명합니다.
응답 바디
응답 바디에 대한 설명은 다음과 같습니다.
필드 |
타입 |
필수 여부 |
설명 |
code |
Integer |
- |
응답 상태 코드 |
message |
String |
- |
응답 상태 메시지 |
result |
Object |
- |
응답 결과 |
result.pageSize |
Integer |
- |
페이지당 항목 수 |
result.currentPage |
Integer |
- |
현재 페이지 번호 |
result.totalPage |
Integer |
- |
전체 페이지 번호 |
result.totalCount |
Integer |
- |
전체 항목 수 |
result.isPaged |
Boolean |
- |
추가 페이지 존재 여부 |
result.exporthistoryInfo |
Array |
- |
내보내기 이력 |
exporthistoryInfo
exporthistoryInfo
에 대한 설명은 다음과 같습니다.
필드 |
타입 |
필수 여부 |
설명 |
start_ymdt |
Integer |
- |
내보내기 일시 |
export_types |
String |
- |
내보내기 유형 |
regionNo |
Integer |
- |
리전 번호 |
bucketname |
String |
- |
Object Storage의 버킷 이름 |
folderName |
String |
- |
폴더 이름 |
log_types |
String |
- |
내보내기 로그 유형 |
status |
String |
- |
내보내기 진행 상태 |
progress |
String |
- |
내보내기 진행률(%) |
description |
String |
- |
Object Storage의 버킷 이름 |
응답 상태 코드
Cloud Log Analytics API에서 공통으로 사용하는 응답 상태 코드에 대한 정보는 Cloud Log Analytics 응답 상태 코드를 참조해 주십시오.
응답 예시
응답 예시는 다음과 같습니다.
{
"code": 0,
"message": "요청이 정상적으로 처리되었습니다",
"result": {
"pageSize": 10,
"currentPage": 1,
"totalPage": 3,
"totalCount": 29,
"isPaged": true,
"exporthistoryInfo": [
{
"start_ymdt": "2024-11-19 03:30:30",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "test.cla",
"folderName": "CLA-20241119033030/",
"log_types": "all",
"status": "Complete",
"progress": 100,
"description": ""
},
{
"start_ymdt": "2024-11-18 03:10:24",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "test.cla",
"folderName": "",
"log_types": "all",
"status": "Complete",
"progress": 100,
"description": "No data"
},
{
"start_ymdt": "2024-11-17 03:08:57",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "test.cla",
"folderName": "",
"log_types": "all",
"status": "Complete",
"progress": 100,
"description": "No data"
},
{
"start_ymdt": "2024-11-16 02:52:43",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "test.cla",
"folderName": "",
"log_types": "all",
"status": "Complete",
"progress": 100,
"description": "No data"
},
{
"start_ymdt": "2024-11-15 03:34:59",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "test.cla",
"folderName": "",
"log_types": "all",
"status": "Complete",
"progress": 100,
"description": "No data"
},
{
"start_ymdt": "2024-11-14 03:27:51",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "test.cla",
"folderName": "",
"log_types": "all",
"status": "Complete",
"progress": 100,
"description": "No data"
},
{
"start_ymdt": "2024-11-13 03:25:57",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "test.cla",
"folderName": "",
"log_types": "all",
"status": "Complete",
"progress": 100,
"description": "No data"
},
{
"start_ymdt": "2024-11-12 03:33:46",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "test.cla",
"folderName": "",
"log_types": "all",
"status": "Complete",
"progress": 100,
"description": "No data"
},
{
"start_ymdt": "2024-11-11 03:08:42",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "test.cla",
"folderName": "",
"log_types": "all",
"status": "Complete",
"progress": 100,
"description": "No data"
},
{
"start_ymdt": "2024-11-10 03:02:56",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "test.cla",
"folderName": "",
"log_types": "all",
"status": "Complete",
"progress": 100,
"description": "No data"
}
]
}
}