change-data-box-nas-volume-size
    • PDF

    change-data-box-nas-volume-size

    • PDF

    Article summary

    It requests to change the NAS size of the Data Box.

    • 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/change-data-box-nas-volume-size
    

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    dataBoxFrameNoYesStringData Box Frame number
    dataBoxNoYesStringData Box number
    nasVolumeInstanceNoYesStringNAS instance number to change size
    volumeSizeYesInteger- 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 codeDescription
    200Success
    400Request information error
    401Authentication failed
    403No permission to request information
    404Resource not found
    500Server error

    Examples

    Request examples

    {
      "dataBoxFrameNo": "1046",
      "dataBoxNo": "194"
      "nasVolumeInstanceNo": "-",
      "volumeSize": 600
    }
    

    Response examples

     {
      "returnMessage" : "A Data Box NAS volume size change requested."
    }
    

    Errors

    HTTP Status CodeReturn codeDescription
    200-Successful normal request
    40010001,
    130***
    Request information and parameter error
    40310002No permission to request information
    40410009Resource not found
    500130000Service internal error
    500139999Integration service API call error

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.