getServerImageProductList
- Print
- PDF
getServerImageProductList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Overview
Querying a list of server image products provided by NAVER Cloud Platform
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Sets the region of the list of server image products to be queried regionCode can be obtained via the getRegionList action Default: Selects the first region of the getRegionList query results | |
blockStorageSize | No | Integer | - Block storage size Filters query by setting base block storage size of server image Options : 50 | |
exclusionProductCode | No | String | - Product code to be excluded exclusionProductCode can be obtained via the getServerImageProductList action | |
productCode | No | String | - Product code to be queried ProductCode can be obtained via the getServerImageProductList action | |
platformTypeCodeList.N | No | List<String> | - List of platform type codes Filters query by setting platform type Options : LNX32 | |
infraResourceDetailTypeCode | No | String | - Detailed infrastructure resource type code Query specific server image types Currently only bare-metal servers can be queried Options : BM (BareMetal) Default: Types excluding BM e.g. infraResourceDetailTypeCode=BM | |
responseFormatType | No | String | - Format type of the response result Options : xml |
Responses
Response bodies
Examples
Request examples
GET {API_URL}/getServerImageProductList
?regionCode=KR
&blockStorageSize=50
&exclusionProductCode=SW.VSVR.DBMS.LNX64.CNTOS.0606.PSTGR.0904.B050
&productCode=SW.VSVR.OS.LNX64.CNTOS.0703.B050
&platformTypeCodeList.1=LNX64
Response examples
<getServerImageProductListResponse>
<requestId>c389ef63-aa90-4d3f-a875-f9166ae9c249</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<productList>
<product>
<productCode>SW.VSVR.OS.LNX64.CNTOS.0703.B050</productCode>
<productName>centos-7.3-64</productName>
<productType>
<code>LINUX</code>
<codeName>Linux</codeName>
</productType>
<productDescription>CentOS 7.3 (64-bit)</productDescription>
<infraResourceType>
<code>SW</code>
<codeName>Software</codeName>
</infraResourceType>
<cpuCount>0</cpuCount>
<memorySize>0</memorySize>
<baseBlockStorageSize>53687091200</baseBlockStorageSize>
<platformType>
<code>LNX64</code>
<codeName>Linux 64 Bit</codeName>
</platformType>
<osInformation>CentOS 7.3 (64-bit)</osInformation>
<dbKindCode></dbKindCode>
<addBlockStorageSize>0</addBlockStorageSize>
<generationCode></generationCode>
</product>
</productList>
</getServerImageProductListResponse>
Was this article helpful?