Cloud Data Box overview

Prev Next

Available in VPC

Cloud Data Box is a NAVER Cloud Platform service that provides a variety of rich big data related to NAVER Search and Shopping, as well as an analytics platform for analyzing big data. Cloud Data Box provides APIs for exporting and importing files in the RESTful form.

Common Cloud Data Box settings

The following describes commonly used request and response formats in Cloud Data Box APIs.

Request

The following describes the common request format.

API URL

The request API URL is as follows:

https://databox.apigw.ntruss.com

Request headers

The following describes the request headers.

Field Required Description
x-ncp-apigw-timestamp Required This is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC.
  • Request is considered invalid if the timestamp differs from the current time by more than 5 minutes.
x-ncp-iam-access-key Required Access key issued on NAVER Cloud Platform
x-ncp-apigw-signature-v2 Required Base64-encoded signature that encrypts the request information with a secret key that maps to the access key issued on NAVER Cloud Platform, using the HMAC encryption algorithm (HmacSHA256)
x-ncp-lang Optional Multilingual handling of response data
  • ko-KR | en-US (default) | zh-CN
    • ko-kR: Korean
    • en-US: English
    • zh-CN: Chinese (Simplified)

Response

The following describes the common response format.

Response status codes

Cloud Data Box APIs use NAVER Cloud Platform's common response status codes. For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.

Cloud Data Box API

The following describes the APIs provided by the Cloud Data Box service.

API Description
apply-file-export Request file export.
apply-file-import Request file import.
get-bucket-list Get Object Storage bucket available for file export and import.
get-export-apply-detail Get details of file export request information.
get-export-apply-list Get file export request list.
get-import-apply-detail Get details of file import request information.
get-import-apply-list Get file import request list.
get-nas-list Get NAS used for exporting and importing files.

Cloud Data Box related resources

NAVER Cloud Platform provides a variety of related resources to help users better understand Cloud Data Box APIs.