get-import-apply-detail
- Print
- PDF
get-import-apply-detail
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get the list of import requests in Cloud Data Box.
GET https://{endpoint}/import/get-import-apply-detail
Request
Request parameter
Parameter name | Required | Type | Restrictions | Description |
---|---|---|---|---|
dataBoxNo | Yes | Integer | Data box number | |
importNo | Yes | Integer | 1 - 1000 | Import request number |
Response
HTTP status code | Description |
---|---|
200 | Succeeded |
400 | Request information error |
401 | Authentication failed |
403 | No permission for request information |
404 | Resource does not exist |
500 | Server error |
Examples
Request example
GET https://databox.apigw.ntruss.com/api/v1/import/get-import-apply-detail?dataBoxNo=1&importNo=1
Response example
{
"importNo": 1,
"nasInstanceNo": 3217297,
"bucketName": "databox",
"nasName": "nasw1",
"fileName": "10m.bin",
"status": "Import completed",
"statusCode": "SCSS"
}
Property
Category | Required | Type | Restrictions | Description |
---|---|---|---|---|
importNo | Yes | String | Import request ID | |
nasInstanceNo | Yes | String | Import destination NAS instance ID | |
nasName | Yes | String | Import destination NAS name | |
bucketName | Yes | String | Import source bucket name | |
fileName | Yes | String | Import file name | |
status | Yes | String | Import status | |
statusCode | Yes | String | Import status code |
Was this article helpful?