getBlockStorageVolumeTypeList
    • PDF

    getBlockStorageVolumeTypeList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Views the list of block storage volume types.

    Requests

    Request parameters

    Parameter nameRequiredTypeService limitsDescription
    regionCodeNoString- Region code
    Decides the Region where the block storage volume type list is to be viewed
    regionCode can be obtained through the getRegionList action
    Default: select the first Region shown in the getRegionList search results
    zoneCodeNoString- Zone code
    Decides the zone where the block storage volume type list is to be viewed
    zoneCode can be obtained through the getZoneList action
    blockStorageVolumeTypeCodeList.NNoList<String>- List of the block storage type code
    You can search by filtering with a block storage volume type code
    blockStorageVolumeTypeCode can be obtained through the getBlockStorageVolumeTypeList action
    ex) blockStorageVolumeTypeCodeList.1=SSD&blockStorageVolumeTypeCodeList.2=CB1
    hypervisorTypeCodeList.NNoList<String>- List of hypervisor type codes
    You can search by filtering with a hypervisor type code
    hypervisorTypeCode can be obtained through the getHypervisorTypeList action
    Options : XEN | KVM
    ex) hypervisorTypeCodeList.1=XEN&hypervisorTypeCodeList.2=KVM
    serverSpecCodeNoString- Server specification code
    You can search by filtering with a server specification code
    serverSpecCode can be obtained through the getServerSpecList action
    isBaseStorageAvailableNoBoolean- Default storage availability
    responseFormatTypeNoString- Format type of responses
    Options : xml | json
    Default : xml

    Responses

    Response bodies

    Examples

    Request examples

    GET {API_URL}/getBlockStorageVolumeTypeList
    ?regionCode=KR
    &zoneCode=KR-1
    &blockStorageVolumeTypeCodeList.1=SSD
    &hypervisorTypeCodeList.1=XEN
    &isBaseStorageAvailable=true
    

    Response examples

    <getBlockStorageVolumeTypeListResponse>
      <requestId></requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <blockStorageVolumeTypeList>
        <blockStorageVolumeType>
            <blockStorageVolumeType>
                <code>SSD</code>
                <codeName>SSD</codeName>
            </blockStorageVolumeType>
            <hypervisorType>
                <code>XEN</code>
                <codeName>XEN</codeName>
            </hypervisorType>
            <minBaseVolumeSize>53687091200</minBaseVolumeSize>
            <maxBaseVolumeSize>107374182400</maxBaseVolumeSize>
            <minVolumeSize>10737418240</minVolumeSize>
            <maxVolumeSize>2147483648000</maxVolumeSize>
            <zoneCodeList>
                <zoneCode>KR-1</zoneCode>
                <zoneCode>KR-2</zoneCode>
            </zoneCodeList>
            <isBasicStorageAvailable>true</isBasicStorageAvailable>
        </blockStorageVolumeType>
      </blockStorageVolumeTypeList>
    </getBlockStorageVolumeTypeListResponse>
    

    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.