Object Migration overview

Prev Next

Available in Classic and VPC

Object Migration is a NAVER Cloud Platform service that helps you migrate data stored in other cloud environments to NAVER Cloud Platform's Object Storage. The Object Migration service provides APIs for data migration features in RESTful form.

Note

To use the Object Migration service, you must first subscribe to the Object Storage service and create a bucket to store the migration data. For more information on how to subscribe to and use the Object Storage service, see the Object Storage user guide.

Common Object Migration settings

The following describes commonly used request and response formats in Object Migration APIs.

Request

The following describes the common request format.

API URL

The request API URL is as follows:

https://objectmigration.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.
  • Unix timestamp format.
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-region_code Required Region code of the migration data storage bucket
  • KR (valid value)
Content-Type Optional Request data format
  • application/json
Accept Optional Response data format
  • application/json

Response

The following describes the common response format.

Response status codes

Object Migration APIs use NAVER Cloud Platform's common response status codes. For information about the HTTP status codes common to all NAVER Cloud Platform, see Ncloud API response status codes.

Object Migration API

The following describes the APIs provided by the Object Migration service.

API Description
CreateMigrationJob Create a migration policy.
GetMigrationJob Get migration policy details.
GetMigrationJobList Get the list of migration policies.
PauseMigrationJob Stop migration.
StartMigrationJob Start migration.
UpdateMigrationJob Edit migration policy.
DeleteMigrationJob Delete migration policy.

Object Migration related resources

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