get-data-box-frame-detail
- Print
- PDF
get-data-box-frame-detail
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
It views the details of the created Data Box Frame.
GET https://{endpoint}/data-box-frame/data-box-frame/get-data-box-frame-detail
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
dataBoxFrameNo | No | Integer | Data Box Frame number |
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/data-box-frame/get-data-box-frame-detail?dataBoxFrameNo=1046
Response examples
{
"dataBoxFrameNo": "1046",
"dataBoxFrameName": "frame-sample",
"dataBoxCount": "1",
"createDate": "2023-03-15 10:53:10",
"statusCode": "SET_USE",
"statusName": "Using",
"memo": "memo sample",
"exportBucketName": "011",
"usePseudonymInfo": "Y"
}
Properties
Items | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
dataBoxFrameNo | Yes | String | Data Box Frame number | |
dataBoxFrameName | Yes | String | Data Box Frame name | |
dataBoxCount | Yes | String | Number of Data Boxes in Data Box Frame | |
createDate | Yes | String | Created date of Data Box Frame | |
statusCode | Yes | String | Status code of Data Box Frame | |
statusName | Yes | String | Status name of Data Box Frame | |
memo | No | String | Data Box Frame memo | |
exportBucketName | Yes | String | Name of Object Storage Bucket for export review | |
usePseudonymInfo | Yes | String | Enhance infrastructure management rights (Y/N) |
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?