View Export History
- Print
- PDF
View Export History
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.
Description
View the history of exports from Cloud Log Analytics to Object Storage. Paging processing is available.
Requests
Request URL
GET https://cloudloganalytics.apigw.ntruss.com/api/{regionCode}-v1/export/history
Request headers
Header name | Description |
---|---|
x-ncp-apigw-timestamp | Time elapsed in milliseconds since January 1, 1970, 00:00:00 UTC If the time difference compared to the API Gateway server is more than 5 minutes, then the request is considered invalid x-ncp-apigw-timestamp:{Timestamp} |
x-ncp-apigw-api-key | Key value issued by APIGWx-ncp-apigw-api-key:{API Gateway API Key} |
x-ncp-iam-access-key | Access Key ID value issued from NAVER Cloud Platform portalx-ncp-iam-access-key:{Account Access Key} |
x-ncp-apigw-signature-v2 | Signature encrypted with the Access Key ID value and Secret Keyx-ncp-apigw-signature-v2:{API Gateway Signature} |
Content-Type | Set the Request body content type to application/jsonContent-Type: application/json |
Request parameters
Parameters | Type | Requirement status | Description |
---|---|---|---|
pageNo | Integer | Y | Page number ex) 1, 2 |
pageSize | Integer | Y | Page size ex) 10, 20 |
Examples
Request examples
GET https://cloudloganalytics.apigw.ntruss.com/api/{regionCode}-v1/export/history?pageNo=1&pageSize=10
HOST: cloudloganalytics.apigw.ntruss.com
Content-Type: application/json
x-ncp-apigw-signature-v2: FJSBB4K3XnaGAvVe0Hzj3/2hfNWvgLHR1rQHW2Et2Rs=
x-ncp-apigw-timestamp: 1593848345548
x-ncp-iam-access-key: 11IKBWgQegM4DwiJL4mo
curl -X GET "https://cloudloganalytics.apigw.ntruss.com/api/{regionCode}-v1/export/history?pageNo=1&pageSize=10"
-H "accept: application/json"
-H "x-ncp-iam-access-key: 11IKBWgQegM4DwiJL4mo"
-H "x-ncp-apigw-timestamp: 1593849262194"
-H "x-ncp-apigw-signature-v2: m/hJOfg92TqzOGyHJ++4vkimGT7un1/4+zLrLTvaVT4="
Response examples
{
"code": 0,
"message": "Your request has been processed normally",
"result": {
"pageSize": 10,
"currentPage": 1,
"totalPage": 95,
"totalCount": 944,
"isPaged": true,
"exporthistoryInfo": [
{
"start_ymdt": "2020-07-07 13:00:39",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "asdcx",
"folderName": "CLA-20200707130039/",
"log_types": "cdb_mysql_error,security_log",
"status": "complete",
"progress": 100,
"description": ""
},
{
"start_ymdt": "2020-07-07 12:00:40",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "asdcx",
"folderName": "CLA-20200707120040/",
"log_types": "cdb_mysql_error,security_log",
"status": "complete",
"progress": 100,
"description": ""
},
{
"start_ymdt": "2020-07-07 11:44:04",
"export_types": "Manual",
"regionNo": "1",
"bucketName": "asdcx",
"folderName": "CLA-20200707114404/",
"log_types": "all",
"status": "complete",
"progress": 100,
"description": ""
},
{
"start_ymdt": "2020-07-07 11:43:53",
"export_types": "Manual",
"regionNo": "1",
"bucketName": "asdcx",
"folderName": "CLA-20200707114353/",
"log_types": "all",
"status": "complete",
"progress": 100,
"description": ""
},
{
"start_ymdt": "2020-07-07 11:40:25",
"export_types": "Manual",
"regionNo": "1",
"bucketName": "asdcx",
"folderName": "CLA-20200707114025/",
"log_types": "all",
"status": "complete",
"progress": 100,
"description": ""
},
{
"start_ymdt": "2020-07-07 11:28:11",
"export_types": "Manual",
"regionNo": "1",
"bucketName": "asdcx",
"folderName": "CLA-20200707112811/",
"log_types": "all",
"status": "complete",
"progress": 100,
"description": ""
},
{
"start_ymdt": "2020-07-07 11:00:40",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "asdcx",
"folderName": "CLA-20200707110040/",
"log_types": "cdb_mysql_error,security_log",
"status": "complete",
"progress": 100,
"description": ""
},
{
"start_ymdt": "2020-07-07 10:00:40",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "asdcx",
"folderName": "CLA-20200707100040/",
"log_types": "cdb_mysql_error,security_log",
"status": "complete",
"progress": 100,
"description": ""
},
{
"start_ymdt": "2020-07-07 09:00:40",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "asdcx",
"folderName": "CLA-20200707090040/",
"log_types": "cdb_mysql_error,security_log",
"status": "complete",
"progress": 100,
"description": ""
},
{
"start_ymdt": "2020-07-07 08:00:39",
"export_types": "Auto",
"regionNo": "1",
"bucketName": "asdcx",
"folderName": "CLA-20200707080039/",
"log_types": "cdb_mysql_error,security_log",
"status": "complete",
"progress": 100,
"description": ""
}
]
}
}
Was this article helpful?