get-export-apply-detail
- Print
- PDF
get-export-apply-detail
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
It views the details of export request in Data Box Frame.
GET https://{endpoint}/export/get-export-apply-detail
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
dataBoxFrameNo | Yes | Integer | Data Box Frame number | |
dataBoxNo | Yes | Integer | Data Box number | |
exportApplyId | Yes | Integer | Export request ID |
Responses
HTTP status code | Description |
---|---|
200 | Success |
400 | Request information error |
401 | Authentication failed |
403 | No permission to request information |
404 | Resource not found |
500 | Server error |
Examples
Request examples
GET https://databoxframe.apigw.ntruss.com/api/v1/export/get-export-apply-detail?dataBoxFrameNo=1046&dataBoxNo=194&exportApplyId=367
Response examples
{
"totalCount": 1,
"content": [
{
"exportApplyId": "-",
"dataBoxName": "BOX#3",
"dataBoxNo": "194",
"vpnId": "-",
"sourceNasName": "nasw194n1",
"sourceFileName": "-",
"targetBucketName": "databoxuserout",
"status": "COPY_CMPL",
"applyDate": "2023-05-03 09:51:45",
"resultDate": "2023-05-03 09:55:02",
"memo": "test"
}
]
}
Properties
Items | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
totalCount | Yes | Integer | Number of export requests | |
exportApplyId | Yes | String | Export request ID | |
dataBoxName | Yes | String | Data Box name | |
dataBoxNo | Yes | String | Data Box number | |
vpnId | Yes | String | Export requested SSLVPN ID | |
sourceNasName | Yes | String | Export Source NAS name | |
sourceFileName | Yes | String | Export Source file name | |
targetBucketName | Yes | String | Bucket name of export target | |
applyDate | Yes | String | Date and time of export requests | |
resultDate | Yes | String | Date and time of approving/rejecting export | |
status | Yes | String | File export status code | Export request status code |
memo | Yes | String | Export request memo |
Errors
HTTP Status Code | Return code | Description |
---|---|---|
200 | - | Successful normal request |
400 | 10001, 130*** | Request information and parameter error |
403 | 10002 | No permission to request information |
404 | 10009 | Resource not found |
500 | 130000 | Service internal error |
500 | 139999 | Integration service API call error |
Was this article helpful?