---
title: "getCloudMysqlProductList"
slug: "cli-vmysql-getcloudmysqlproductlist"
tags: ["Cloud DB for MySQL "]
updated: 2026-06-25T09:10:27Z
published: 2026-06-25T09:10:27Z
canonical: "cli-fin.ncloud-docs.com/cli-vmysql-getcloudmysqlproductlist"
---
> ## 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.
# getCloudMysqlProductList
## 개요
사용 가능한 Cloud DB for MySQL 서버 스펙 코드 리스트를 조회합니다.
## 요청
### 요청 파라미터
| 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
| ----- | ----- | ----- | ----- | ----- |
| regionCode | No | String | | - 리전 코드
regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해 획득 가능
Default : getRegionList 조회 결과의 첫 번째 리전을 선택 |
| zoneCode | No | String | | - ZONE 코드
zoneCode는 [getZoneList](/docs/cli-vserver-server-common-getzonelist) 액션을 통해 획득 가능 |
| cloudMysqlImageProductCode | Yes | String | | - Cloud DB for MySQL 이미지 상품 코드
cloudMysqlImageProductCode는 [getCloudMysqlImageProductList](/docs/cli-vmysql-getcloudmysqlimageproductlist) 액션의 productCode로 획득 가능 |
| productCode | No | String | | - 조회할 Cloud DB for MySQL 상품 코드
productCode는 [getCloudMysqlProductList](/docs/cli-vmysql-getcloudmysqlproductlist) 액션의 productCode로 획득 가능 |
| exclusionProductCode | No | String | | - 제외할 Cloud DB for MySQL 상품 코드
exclusionProductCode는 [getCloudMysqlProductList](/docs/cli-vmysql-getcloudmysqlproductlist) 액션의 productCode로 획득 가능 |
| output | No | String | | - 응답 결과의 포맷 타입
Options : xml \| json
Default : json |
## 응답
### 응답 데이터 타입
- ProductList 타입
| ProductList extends CommonResponse |
| ---------- |
| private Integer totalRows; |
| private List<Product> productList = new ArrayList<>(); |
| Product |
| ---------- |
| private String productCode; |
| private String productName; |
| private CommonCode productType; |
| private String productDescription; |
| private CommonCode infraResourceType; |
| private Integer cpuCount; |
| private Long memorySize; |
| private CommonCode diskType; |
## 예시
### 요청 예시
```
ncloud vmysql getCloudMysqlProductList --regionCode FKR --cloudMysqlImageProductCode SW.VDBAS.DBAAS.LNX64.CNTOS.0708.MYSQL.5732.B050 --productCode SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002 --exclusionProductCode SVR.VDBAS.HICPU.C004.M008.NET.HDD.B050.G002
```
### 응답 예시
```xml
0dae445e-89c2-47ce-bda7-0bbd401c13c4
0
success
1
SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002
vCPU 2EA, Memory 8GB
STAND
Standard
vCPU 2개, 메모리 8GB
VMYSL
Cloud DB for MySQL (VPC)
2
8589934592
NET
Network Storage
```