getServerImageProductList
- Print
- PDF
getServerImageProductList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Gets a list of server image products provided by NAVER Cloud Platform.
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
exclusionProductCode | N | String | Min: 1, Max: 20 | Server image product code to exclude from the list. Get available values by using the getServerImageProductList action. Example) exclusionProductCode=SPSW0LINUX000032 |
productCode | N | String | Min: 1, Max: 20 | Product code to get Specify the product code of a server image to get, and at least one product is returned. Get available values by using the getServerImageProductList action. Example) productCode=SPSW0LINUX000032 |
platformTypeCodeList.N | N | List<String> | Min: 1, Max: 5 | List of platform type codes It is a list of values required for identifying platforms. Available values are as follows. Options: LNX32 (Linux 32Bit) | LNX64 (Linux 64Bit) | WND32 (Windows 32Bit) | WND64 (Windows 64Bit) | UBD64 (Ubuntu Desktop 64Bit) | UBS64 (Ubuntu Server 64Bit) Example) platformTypeCodeList.1=LNX32&platformTypeCodeList.2=WND32 |
blockStorageSize | N | Integer | Block Storage size (GB) You can filter server images by blockStorageSize. Options: 50 | 100 Example) blockStorageSize=50 | |
regionNo | N | String | Region number This parameter limits results to the specified region. Get available values by using the getRegionList action. - Example) regionNo=10 | |
infraResourceDetailTypeCode | N | String | Detailed infra resource type code It is used to get images of a specific type. Currently, only BareMetal is available. Options: Default server image provided by NAVER Cloud Platform | BM (BareMetal) Default: Default server image provided by NAVER Cloud Platform Example) infraResourceDetailTypeCode=BM |
Response
Response body
Examples
Request example
GET {SERVER_API_URL}/getServerImageProductList
?platformTypeCodeList.1=LNX64
&platformTypeCodeList.2=WND64
Response example
<getServerImageProductListResponse>
<requestId>6ddf2bd8-1cf9-4dbf-a6d2-0bf7802d2829</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<productList>
<product>
<productCode>SPSW0LINUX000032</productCode>
<productName>centos-6.3-32</productName>
<productType>
<code>LINUX</code>
<codeName>Linux</codeName>
</productType>
<productDescription>CentOS 6.3(32bit)</productDescription>
<infraResourceType>
<code>SW</code>
<codeName>Software</codeName>
</infraResourceType>
<cpuCount>0</cpuCount>
<memorySize>0</memorySize>
<baseBlockStorageSize>53687091200</baseBlockStorageSize>
<platformType>
<code>LNX32</code>
<codeName>Linux 32 Bit</codeName>
</platformType>
<osInformation>CentOS 6.3 (32-bit)</osInformation>
<dbKindCode></dbKindCode>
<addBlockStorageSize>0</addBlockStorageSize>
</product>
</productList>
<totalRows>1</totalRows>
</getServerImageProductListResponse>
Was this article helpful?