GetMigrationJobList
- Print
- PDF
GetMigrationJobList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Retrieve the migration policy list.
Request
Syntax
Request header
Refer to common guide
Request parameters
Parameter name | Required | Type | Restriction | Description |
---|---|---|---|---|
order | No | String | One of "createTime, updateTime, title, sourceBucketName, targetBucketName" must be entered. | Policy listing standards Default value: createTime |
sortBy | No | String | Either asc or desc must be entered | Sorting method (ascending order, descending order) Default value: asc |
limit | No | Integer | Number of policies to list at once Default Value : 100 | |
page | No | Integer | Page of the list to retrieve Default Value : 0 |
Response
Response parameters
Parameter name | Type | Restriction | Description |
---|---|---|---|
title | String | Policy name | |
sourceBucketName | String | Source bucket name | |
sourceCspType | String | Source CSP name e.g., AWS or Azure | |
sourceEndpoint | String | Source endpoint | |
sourceRegionName | String | Source region code of where the bucket to be migrated is located | |
sourcePrefix | String | Source prefix | |
targetBuketName | String | Target bucket name | |
targetEndpoint | String | Target endpoint | |
targetRegionName | String | Target region code of where the specific NAVER Cloud Platform bucket is located | |
targetPrefix | String | Target prefix | |
jobState | String | Current task status e.g., INITIALIZED, STARTED, PAUSED, DELETED, DONE, ERROR | |
createTime | Date | Policy creation date | |
updateTime | String | Policy update date | |
estimatedDone | Boolean | Listing completion status of the objects corresponding to the prefix of the source bucket | |
estimatedSize | Long | Total size of the objects corresponding to the prefix of the source bucket | |
migratedSize | Long | Total size of the objects that have been migrated | |
skippedSize | Integer | Total size of the objects that have not been migrated due to locked buckets | |
estimatedObjectNum | Integer | Total size of the objects that have not been migrated due to locked buckets | |
migratedObjectNum | Integer | Total number of the objects that have been migrated | |
skippedObjectNum | Integer | Total number of the objects that have not been migrated due to locked buckets |
Example
Request Example
Response Example
Was this article helpful?