changeBlockStorageVolumeSize
- Print
- PDF
changeBlockStorageVolumeSize
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Overview
Resizes the block storage volume.
Caution
KVM block storage is not supported.
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Decides the Region of block storage instance that will resize the volume regionCode can be obtained through the getRegionList action Default: select the first Region shown in the getRegionList search results | |
blockStorageInstanceNo | Yes | String | - The number of the block storage instance to be resized blockStorageInstanceNo can be obtained through the getBlockStorageInstanceList action | |
blockStorageSize | Yes | Integer | Min : 10, Max : 2000 GB Enter in 10 GB units | - Block storage to be resized The storage size can only be increased. A decreasing function is not available The added volume size can be applied only when the file storage size is expanded in the server See Compute > Resizing storage > Resizing storage guide in the user guide |
responseFormatType | No | String | - Format type of responses Options : xml | json Default : xml |
Responses
Response bodies
Examples
Request examples
GET {API_URL}/changeBlockStorageVolumeSize
?regionCode=KR
&blockStorageInstanceNo=***7746
&blockStorageSize=60
Response examples
<changeBlockStorageVolumeSizeResponse>
<requestId>17b3bcf6-8e52-47e5-b822-1352ec765a97</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<blockStorageInstanceList>
<blockStorageInstance>
<blockStorageInstanceNo>***7746</blockStorageInstanceNo>
<serverInstanceNo>***4299</serverInstanceNo>
<blockStorageName>test-***</blockStorageName>
<blockStorageType>
<code>SVRBS</code>
<codeName>Server BS</codeName>
</blockStorageType>
<blockStorageSize>64424509440</blockStorageSize>
<deviceName>/dev/xvdb</deviceName>
<blockStorageProductCode>SPBSTBSTAD000006</blockStorageProductCode>
<blockStorageInstanceStatus>
<code>ATTAC</code>
<codeName>Block storage ATTACHED state</codeName>
</blockStorageInstanceStatus>
<blockStorageInstanceOperation>
<code>CHNG</code>
<codeName>Block Storage Resize OP</codeName>
</blockStorageInstanceOperation>
<blockStorageInstanceStatusName>changingSpec</blockStorageInstanceStatusName>
<createDate>2020-08-25T09:38:49+0900</createDate>
<blockStorageDescription></blockStorageDescription>
<blockStorageDiskType>
<code>NET</code>
<codeName>Network Storage</codeName>
</blockStorageDiskType>
<blockStorageDiskDetailType>
<code>SSD</code>
<codeName>SSD</codeName>
</blockStorageDiskDetailType>
<maxIopsThroughput>4000</maxIopsThroughput>
<isEncryptedVolume>false</isEncryptedVolume>
<zoneCode>KR-1</zoneCode>
<regionCode>KR</regionCode>
</blockStorageInstance>
</blockStorageInstanceList>
</changeBlockStorageVolumeSizeResponse>
Was this article helpful?