MENU
      getServerSpecList

        getServerSpecList


        Article summary

        Available in VPC

        Overview

        Views the server specification list.

        Requests

        Request parameters

        Parameter nameRequiredTypeService limitsDescription
        regionCodeNoString- Region code
        Decides the Region where the server specification list is to be viewed
        regionCode can be obtained through the getRegionList action
        Default: select the first Region shown in the getRegionList search results
        serverImageNoNoString- Server image number
        You can search by filtering with a server image number
        serverImageNo can be obtained through the getServerImageList action
        zoneCodeNoString- Zone code
        Decides the zone where the server specification list is to be viewed
        zoneCode can be obtained through the getZoneList action
        serverSpecCodeList.NNoList<String>- List of server specification codes
        You can search by filtering with a server specification code
        serverSpecCode can be obtained through the getServerSpecList action
        ex) serverSpecCodeList.1=m2-g2-h100
        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
        responseFormatTypeNoString- Format type of responses
        Options : xml | json
        Default : xml

        Responses

        Response bodies

        Examples

        Request examples

        GET {API_URL}/getServerSpecList
        ?regionCode=KR
        &serverImageNo=***5847
        &serverSpecCodeList.1=c2-g3
        &hypervisorTypeCodeList.1=KVM
        HTTP

        Response examples

        <getServerSpecListResponse>
          <requestId></requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <serverSpecList>
            <serverSpec>
              <serverSpecCode>c2-g3</serverSpecCode>
              <hypervisorType>
                <code>KVM</code>
                <codeName>KVM</codeName>
              </hypervisorType>
              <cpuArchitectureType>
                <code>X86_64</code>
                <codeName>x86 64bit</codeName>
              </cpuArchitectureType>
              <generationCode>G3</generationCode>
              <cpuCount>2</cpuCount>
              <memorySize>4294967296</memorySize>
              <blockStorageMaxCount>20</blockStorageMaxCount>
              <blockStorageMaxIops>5250</blockStorageMaxIops>
              <blockStorageMaxThroughput>81</blockStorageMaxThroughput>
              <networkPerformance>17179869184</networkPerformance>
              <networkInterfaceMaxCount>3</networkInterfaceMaxCount>
              <serverSpecDescription>vCPU 2EA, Memory 4GB</serverSpecDescription>
              <productCode>SVR.VSVR.HICPU.C002.M004.G003</productCode>
            </serverSpec>
          </serverSpecList>
        </getServerSpecListResponse>
        XML

        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.