getServerSpecList
- Print
- PDF
getServerSpecList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Overview
Views the server specification list.
Requests
Request parameters
Parameter name | Required | Type | Service limits | Description |
---|---|---|---|---|
regionCode | No | String | - 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 | |
serverImageNo | No | String | - Server image number You can search by filtering with a server image number serverImageNo can be obtained through the getServerImageList action | |
zoneCode | No | String | - Zone code Decides the zone where the server specification list is to be viewed zoneCode can be obtained through the getZoneList action | |
serverSpecCodeList.N | No | List<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.N | No | List<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 | |
responseFormatType | No | String | - 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
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>
Was this article helpful?