get-import-apply-list
- Print
- PDF
get-import-apply-list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Views the imported request list in Cloud Data Box.
GET https://{endpoint}/import/get-import-apply-list
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
dataBoxNo | Yes | Integer | Data Box number | |
applyStartDate | No | String | yyyyMMddHHmmss | Starting time of request list view |
applyEndDate | No | String | yyyyMMddHHmmss | Ending time of request list view |
pageNo | No | Integer | 1 ~ 1000 | Page number |
pageSize | No | Integer | 1 ~ 1000 | Number of items searched per page |
Responses
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 examples
GET https://databox.apigw.ntruss.com/api/v1/import/get-import-apply-list?dataBoxNo=1
Response examples
{
"totalCount": 1,
"content": [
{
"importNo": 1178,
"nasInstanceNo": 3217297,
"nasName": "nasw1",
"bucketName": "databox",
"fileName": "10m.bin",
"status": "import complete",
"statusCode": "SCSS"
}
]
}
Property
Item | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
totalCount | Yes | Integer | Total number of import request | |
importNo | Yes | String | Import request number | |
nasInstanceNo | Yes | String | NAS instance number of import destination | |
nasName | Yes | String | NAS name of import destination | |
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?