---
title: "getCloudMssqlImageProductList"
slug: "cli-vmssql-getcloudmssqlimageproductlist"
tags: ["Cloud DB for MSSQL"]
updated: 2026-06-25T09:10:29Z
published: 2026-06-25T09:10:29Z
canonical: "cli-fin.ncloud-docs.com/cli-vmssql-getcloudmssqlimageproductlist"
---
> ## Documentation Index
> Fetch the complete documentation index at: https://cli-fin.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.
# getCloudMssqlImageProductList
Cloud DB for MSSQL 상품 코드 목록을 조회합니다.
## 명령어
명령어 구문은 다음과 같습니다.
```
ncloud vmssql getCloudMssqlImageProductList [regionCode] [productCode] [exclusionProductCode] [output]
```
### 파라미터
파라미터에 대한 설명은 다음과 같습니다.
| 파라미터 | 타입 | 필수 여부 | 설명 | 제약 사항 |
| -------------------- | ------ | --------- | ------------------------------------------------------------ | --------- |
| regionCode | String | N | 리전 코드
- regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해서 획득
- default: getRegionList 조회 결과의 첫 번째 리전 선택 | - |
| productCode | String | N | 조회할 Cloud DB for MSSQL 이미지 상품 코드
- productCode는 [getCloudMssqlImageProductList](/docs/cli-vmssql-getcloudmssqlimageproductlist) 액션의 productCode로 획득 | - |
| exclusionProductCode | String | N | 제외할 Cloud DB for MSSQL 이미지 상품 코드
- exclusionProductCode는 [getCloudMssqlImageProductList](/docs/cli-vmssql-getcloudmssqlimageproductlist) 액션의 productCode로 획득 | - |
| output | String | N | 응답 결과의 포맷 타입
- options: xml \| json
- default: json | - |
## 응답
### 응답 데이터 타입
- ProductList 타입
| ProductList extends CommonResponse | 설명 |
| ------------------------------------------------------------ | --------------------- |
| private Integer totalRows; | 조회된 목록의 총 개수 |
| private List<Product> productList = new ArrayList<>(); | 상품 목록 |
- Product 타입
| Product | 설명 |
| ------------------------------------------- | ------------------------------------------------------------ |
| private String productCode; | 서버의 스펙이나 서버 OS를 정의한 NAVER Cloud Platform에서 관리하고 있는 상품코드 |
| private String productName; | 상품 이름 |
| private CommonCode productType; | 상품 유형 |
| private String productDescription; | 상품 설명 |
| private CommonCode infraResourceType; | 인프라 자원 유형 |
| private CommonCode infraResourceDetailType; | 인프라 자원 상세 유형 |
| private Integer cpuCount; | CPU 개수 |
| private Long memorySize; | 메모리 사이즈 |
| private Long baseBlockStorageSize; | 기본 블록 스토리지 사이즈 |
| private CommonCode platformType; | 플랫폼 유형 |
| private String osInformation; | OS 정보 |
| private CommonCode diskType; | 디스크 유형 |
| private String dbKindCode; | DB 유형 코드 |
| private Long addBlockStorageSize; | 추가 블록 스토리지 사이즈 |
| private String generationCode; | 세대 코드 |
## 예시
호출과 응답 예시를 설명합니다.
### 호출 예시
호출 예시는 다음과 같습니다.
```http
ncloud vmssql getCloudMssqlImageProductList --regionCode FKR --productCode SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15020005.SE.B100
```
### 응답 예시
응답 예시는 다음과 같습니다.
응답 결과 포맷 타입(output)이 json 일 때
```json
{
"getCloudMssqlImageProductListResponse": {
"requestId": "c5d74898-60f7-4ac2-a9a8-23485ed70feb",
"returnCode": 0,
"returnMessage": "success",
"totalRows": 3,
"productList": [
{
"productCode": "SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15020005.EE.B100",
"productName": "MSSQL 15.0.2000.5 Enterprise Edition",
"productType": {
"code": "WINNT",
"codeName": "Windows NT"
},
"productDescription": "Windows Server 2016 with MSSQL 2019 RTM (15.0.2000.5) Enterprise English Edition",
"infraResourceType": {
"code": "SW",
"codeName": "Software"
},
"baseBlockStorageSize": 107374182400,
"platformType": {
"code": "WND64",
"codeName": "Windows 64 Bit"
},
"osInformation": "Windows Server 2016 with MSSQL 15.0.2000.5 Enterprise Edition",
"generationCode": "G2"
},
{
"productCode": "SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15041982.SE.B100",
"productName": "MSSQL 15.0.4198.2 Standard Edition",
"productType": {
"code": "WINNT",
"codeName": "Windows NT"
},
"productDescription": "Windows Server 2016 with MSSQL 2019 RTM (15.0.4198.2) Standard English Edition",
"infraResourceType": {
"code": "SW",
"codeName": "Software"
},
"baseBlockStorageSize": 107374182400,
"platformType": {
"code": "WND64",
"codeName": "Windows 64 Bit"
},
"osInformation": "Windows Server 2016 with MSSQL 15.0.4198.2 Standard Edition",
"generationCode": "G2"
},
{
"productCode": "SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15041982.EE.B100",
"productName": "MSSQL 15.0.4198.2 Enterprise Edition",
"productType": {
"code": "WINNT",
"codeName": "Windows NT"
},
"productDescription": "Windows Server 2016 with MSSQL 2019 RTM (15.0.4198.2) Enterprise English Edition",
"infraResourceType": {
"code": "SW",
"codeName": "Software"
},
"baseBlockStorageSize": 107374182400,
"platformType": {
"code": "WND64",
"codeName": "Windows 64 Bit"
},
"osInformation": "Windows Server 2016 with MSSQL 15.0.4198.2 Enterprise Edition",
"generationCode": "G2"
}
]
}
}
```
응답 결과 포맷 타입(responseFormatType)이 xml 일 때
```xml
c5d74898-60f7-4ac2-a9a8-23485ed70feb
0
success
3
SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15020005.EE.B100
MSSQL 15.0.2000.5 Enterprise Edition
WINNT
Windows NT
Windows Server 2016 with MSSQL 2019 RTM (15.0.2000.5) Enterprise English Edition
SW
Software
107374182400
WND64
Windows 64 Bit
Windows Server 2016 with MSSQL 15.0.2000.5 Enterprise Edition
G2
SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15041982.SE.B100
MSSQL 15.0.4198.2 Standard Edition
WINNT
Windows NT
Windows Server 2016 with MSSQL 2019 RTM (15.0.4198.2) Standard English Edition
SW
Software
107374182400
WND64
Windows 64 Bit
Windows Server 2016 with MSSQL 15.0.4198.2 Standard Edition
G2
SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15041982.EE.B100
MSSQL 15.0.4198.2 Enterprise Edition
WINNT
Windows NT
Windows Server 2016 with MSSQL 2019 RTM (15.0.4198.2) Enterprise English Edition
SW
Software
107374182400
WND64
Windows 64 Bit
Windows Server 2016 with MSSQL 15.0.4198.2 Enterprise Edition
G2
```