getServerSpecDetail
    • PDF

    getServerSpecDetail

    • PDF

    Article summary

    Available in VPC

    Overview

    Views detailed information about the server specifications using the server specification code.

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    Decides the Region where the server specifications are to be viewed
    regionCode can be obtained through the getRegionList action
    Default: select the first Region shown in the getRegionList search results
    serverSpecCodeYesString- Server specification code to be viewed
    serverSpecCode can be obtained through the getServerSpecList action
    responseFormatTypeNoString- Format type of responses
    Options : xml | json
    Default : xml

    Responses

    Response bodies

    -ServerSpecList

    Examples

    Request examples

    GET {API_URL}/getServerSpecDetail
    ?regionCode=KR
    &serverSpecCode=c2-g3
    

    Response examples

    <getServerSpecDetailResponse>
      <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 2 EA, Memory 4 GB</serverSpecDescription>
          <productCode>SVR.VSVR.HICPU.C002.M004.G003</productCode>
        </serverSpec>
      </serverSpecList>
    </getServerSpecDetailResponse>
    

    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.