changeBlockStorageVolumeSize
    • PDF

    changeBlockStorageVolumeSize

    • PDF

    Article summary

    Overview

    This resizes the block storage volume.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    blockStorageInstanceNoYesStringThe number of the block storage instance to be resized
    blockStorageInstanceNo can be obtained through the getBlockStorageInstanceList action.
    blockStorageSizeYesLongMin : 10, Max : 2000 GB
    10GB unit input
    Block storage to be resized
    The storage size can only be increased, and a decreasing feature is not available.
    The added volume size can only be applied when the file storage size is expanded in the server.
    Please see the User Guide How to Resize Storage.

    Response

    Response body

    Example

    Request Example

    GET {SERVER_API_URL}/changeBlockStorageVolumeSize
    ?blockStorageInstanceNo=1089090
    &blockStorageSize=20
    

    Response Example

    <changeBlockStorageVolumeSizeResponse>
      <requestId>2fa29b38-daf8-4658-953c-4d39dfc30095</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <blockStorageInstanceList>
        <blockStorageInstance>
          <blockStorageInstanceNo>1089090</blockStorageInstanceNo>
          <serverInstanceNo>1021003</serverInstanceNo>
          <serverName>s1669aa4e78c</serverName>
          <blockStorageType>
            <code>SVRBS</code>
            <codeName>Server BS</codeName>
          </blockStorageType>
          <blockStorageName>bst167588711f2</blockStorageName>
          <blockStorageSize>21474836480</blockStorageSize>
          <deviceName></deviceName>
          <blockStorageProductCode>SPBSTBSTAD000002</blockStorageProductCode>
          <blockStorageInstanceStatus>
            <code>CREAT</code>
            <codeName>Block storage CREATED state</codeName>
          </blockStorageInstanceStatus>
          <blockStorageInstanceOperation>
            <code>CHNG</code>
            <codeName>Block Storage Resize OP</codeName>
          </blockStorageInstanceOperation>
          <blockStorageInstanceStatusName>changingSpec</blockStorageInstanceStatusName>
          <createDate>2018-11-28T13:15:06+0900</createDate>
          <blockStorageInstanceDescription></blockStorageInstanceDescription>
          <diskType>
            <code>NET</code>
            <codeName>Network Storage</codeName>
          </diskType>
          <diskDetailType>
            <code>SSD</code>
            <codeName>SSD</codeName>
          </diskDetailType>
          <maxIopsThroughput>4000</maxIopsThroughput>
          <region>
            <regionNo>1</regionNo>
            <regionCode>KR</regionCode>
            <regionName>Korea</regionName>
          </region>
          <zone>
            <zoneNo>3</zoneNo>
            <zoneName>KR-2</zoneName>
            <zoneCode>KR-2</zoneCode>
            <zoneDescription>평촌 zone</zoneDescription>
            <regionNo>1</regionNo>
          </zone>
        </blockStorageInstance>
      </blockStorageInstanceList>
    </changeBlockStorageVolumeSizeResponse>
    

    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.