get-export-file-approve-list
- Print
- PDF
get-export-file-approve-list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
It views the target list for export review within Data Box Frame.
GET https://{endpoint}/export-approve/get-export-file-approve-list
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
dataBoxFrameNo | Yes | Integer | Data Box Frame number | |
dataBoxNo | No | Integer | Data Box number | |
applyStartDate | No | String | yyyyMMddHHmmss | Start period to view request list |
applyEndDate | No | String | yyyyMMddHHmmss | End period to view request list |
pageNo | No | Integer | 1 ~ 1000 | Page number |
pageSize | No | Integer | 1 ~ 1000 | Number of items viewed per page |
status | No | String | File export status code | Export request status code |
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-list?dataBoxFrameNo=1046
Response examples
{
"totalCount": 3,
"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",
"fileSize": "10"
},
{
"exportApplyId": "-",
"dataBoxName": "BOX#3",
"dataBoxNo": "194",
"sslVpnId": "-",
"sourceFileName": "-",
"applyDate": "2023-05-03 09:36:52",
"approveDate": "2023-05-03 09:37:05",
"status": "COPY_CMPL",
"fileSize": "0"
},
{
"exportApplyId": "-",
"dataBoxName": "BOX#3",
"dataBoxNo": "194",
"sslVpnId": "-",
"sourceFileName": "-",
"applyDate": "2023-04-28 13:55:36",
"status": "REQ_CMPL",
"fileSize": "10"
}
]
}
Properties
Items | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
totalCount | Yes | Integer | Total 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 |
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?