attachBlockStorageInstance

Prev Next

Can be used in a VPC environment.

Overview

This assigns a block storage instance to the server instance.

Request

Request parameters

Parameter name Required Type Restrictions Description
regionCode No String Region code
You can decide the region of the block storage instance to be assigned to the server instance.
regionCode can be obtained through the getRegionList action.
Default: Select the first region of the getRegionList search results
blockStorageInstanceNo Yes String Block storage instance number
This determines the block storage instance number to be assigned to the server instance.
blockStorageInstanceNo can be obtained through the getBlockStorageInstanceList action.
serverInstanceNo Yes String Server instance number
This determines the server instance in which a block storage will be assigned.
serverInstanceNo can be obtained through the getServerInstanceList action.
responseFormatType No String Format type of the response results
Options : xml | json
Default : xml

Response

Response body

Example

Request Example

GET {API_URL}/attachBlockStorageInstance
?regionCode=KR
&blockStorageInstanceNo=***7746
&serverInstanceNo=***4299

Response Example

<attachBlockStorageInstanceResponse>
  <requestId></requestId>
  <returnCode>0</returnCode>
  <returnMessage>success</returnMessage>
  <totalRows>1</totalRows>
  <blockStorageInstanceList>
    <blockStorageInstance>
      <blockStorageInstanceNo>***7746</blockStorageInstanceNo>
      <serverInstanceNo></serverInstanceNo>
      <blockStorageName>test-***</blockStorageName>
      <blockStorageType>
        <code>SVRBS</code>
        <codeName>Server BS</codeName>
      </blockStorageType>
      <blockStorageSize>53687091200</blockStorageSize>
      <deviceName></deviceName>
      <blockStorageProductCode>SPBSTBSTAD000006</blockStorageProductCode>
      <blockStorageInstanceStatus>
        <code>CREAT</code>
        <codeName>Block storage CREATED state</codeName>
      </blockStorageInstanceStatus>
      <blockStorageInstanceOperation>
        <code>ATTAC</code>
        <codeName>Block Storage  STOP OP</codeName>
      </blockStorageInstanceOperation>
      <blockStorageInstanceStatusName>attaching</blockStorageInstanceStatusName>
      <createDate>2020-08-25T09:18:34+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>
      <isReturnProtection>false</isReturnProtection>
    </blockStorageInstance>
  </blockStorageInstanceList>
</attachBlockStorageInstanceResponse>