change-data-box-frame-nas-volume-size
- Print
- PDF
change-data-box-frame-nas-volume-size
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
It requests a change in the size of the Admin NAS of the Data Box Frame.
- It takes time to create/return/change the infrastructure and operates asynchronously.
- If the request was sent successfully, a fixed message is returned.
POST https://{endpoint}/data-box-frame/change-data-box-frame-nas-volume-size
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
dataBoxFrameNo | Yes | String | Data Box Frame number | |
nasVolumeInstanceNo | Yes | String | NAS instance number to change size | |
volumeSize | Yes | Integer | - Minimum size: 500 G - Maximum size: 10 T - Can change in units of 100 G - May be limited by the total usage of the NAS (10 T) | Size of the NAS to be changed |
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
{
"dataBoxFrameNo": "1046",
"nasVolumeInstanceNo": "-",
"volumeSize": 600
}
Response examples
{
"returnMessage" : "A Data box frame nas volume size change requested."
}
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?