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.
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.
|
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
|
Content-Type |
Optional | Request data format
|
Accept |
Optional | Response data format
|
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.
- Object Migration API guides
- Create signature: How to create a signature to add to the request header
- Sub Account user guides: How to issue the access key to be added to the request header
- Common Ncloud response status codes: Information on common response status codes of NAVER Cloud Platform used by the Object Migration service
- How to use the Object Migration service
- Object Migration user guide: How to use Object Migration in the NAVER Cloud Platform console
- Ncloud user environment guide: Guide for VPC and Classic environments and support availability
- Pricing and features: View pricing details and key capabilities.
- Latest service news: The latest news on the Object Migration service
- FAQs: Get answers to common Object Migration questions.
- Contact Support: Get help if you can't find what you need in the API guide.