get-export-file-approve-detail
- Print
- PDF
get-export-file-approve-detail
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
It views the detailed information of the target for export review within Data Box Frame.
GET https://{endpoint}/export-approve/get-export-file-approve-detail
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
dataBoxFrameNo | Yes | Integer | Data Box Frame number | |
dataBoxNo | No | 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-approve/get-export-file-approve-detail?dataBoxFrameNo=1046&dataBoxNo=194&exportApplyId=367
Response examples
{
"totalCount": 1,
"content": [
{
"exportApplyId": "-",
"dataBoxName": "BOX#3",
"dataBoxNo": "194",
"sslVpnId": "-",
"sourceFileName": "-",
"applyDate": "2023-05-03 09:51:45",
"approveDate": "2023-05-03 09:55:02",
"status": "COPY_CMPL",
"description": "for testing",
"exportPurpose": "This is a test.",
"memo": "test",
"fileSize": "10"
}
]
}
Properties
Items | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
totalCount | Yes | Integer | Number of targets for export review | |
exportApplyId | Yes | String | Export request ID | |
dataBoxName | Yes | String | Data Box name | |
dataBoxNo | Yes | String | Data Box number | |
sslVpnId | Yes | String | Export requested SSLVPN ID | |
sourceFileName | Yes | String | File name of target for export review | |
applyDate | Yes | String | Date and time of export requests | |
approveDate | Yes | String | Date and time of export reviews | |
status | Yes | String | File export status code | Export review status code |
description | Yes | String | Export target file description | |
exportPurpose | Yes | String | Export purpose | |
fileSize | Yes | String | File capacity of target for export review |
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?