The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.
Available in VPC
Get the list of Cloud DB for MSSQL product codes.
Commands
The command statement is as follows:
ncloud vmssql getCloudMssqlImageProductList [regionCode] [productCode] [exclusionProductCode] [generationCode] [output]
Parameter
The following describes the parameters.
| Parameter | Type | Required | Description | Restrictions |
|---|---|---|---|---|
| regionCode | String | N | Region code
|
- |
| productCode | String | N | Cloud DB for MSSQL image product code to query
|
- |
| exclusionProductCode | String | N | Cloud DB for MSSQL image product code to exclue
|
- |
| generationCode | String | N | Filter by generation code.
|
- |
| output | String | N | Respond result's format type
|
- |
Response
Response data type
-
ProductList type
ProductList extends CommonResponse Description private Integer totalRows; Total number of lists searched private List<Product> productList = new ArrayList<>(); List of products -
Product type
Product Description private String productCode; Product code managed by NAVER Cloud Platform, which defines server specifications or server OS private String productName; Product name private CommonCode productType; Product type private String productDescription; Product description private CommonCode infraResourceType; Infrastructure resource type private CommonCode infraResourceDetailType; Detailed infrastructure resource type private Integer cpuCount; Number of CPUs private Long memorySize; Memory size private Long baseBlockStorageSize; Default block storage size private CommonCode platformType; Platform type private String osInformation; OS information private CommonCode diskType; Disk type private String dbKindCode; DB type code private Long addBlockStorageSize; Added block storage size private String generationCode; Generation code private String engineVersionCode; Engine version code
Examples
It describes call and response examples.
Call examples
The following is a call example.
ncloud vmssql getCloudMssqlImageProductList --regionCode KR --productCode SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15020005.SE.B100 --generationCode G2
Response example
The response example is as follows:
When response result format type (output) is JSON
The following is an example when the response result format type (output) is 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",
"engineVersionCode": "15.0.2000.5"
},
{
"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",
"engineVersionCode": "15.0.4198.2"
},
{
"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",
"engineVersionCode": "15.0.4198.2"
}
]
}
}
When response result format type (responseFormatType) is XML
The following is an example when the response result format type (responseFormatType) is XML.
<getCloudMssqlImageProductListResponse>
<requestId>c5d74898-60f7-4ac2-a9a8-23485ed70feb</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>3</totalRows>
<productList>
<product>
<productCode>SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15020005.EE.B100</productCode>
<productName>MSSQL 15.0.2000.5 Enterprise Edition</productName>
<productType>
<code>WINNT</code>
<codeName>Windows NT</codeName>
</productType>
<productDescription>Windows Server 2016 with MSSQL 2019 RTM (15.0.2000.5) Enterprise English Edition</productDescription>
<infraResourceType>
<code>SW</code>
<codeName>Software</codeName>
</infraResourceType>
<baseBlockStorageSize>107374182400</baseBlockStorageSize>
<platformType>
<code>WND64</code>
<codeName>Windows 64 Bit</codeName>
</platformType>
<osInformation>Windows Server 2016 with MSSQL 15.0.2000.5 Enterprise Edition</osInformation>
<generationCode>G2</generationCode>
<engineVersionCode>15.0.2000.5</engineVersionCode>
</product>
<product>
<productCode>SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15041982.SE.B100</productCode>
<productName>MSSQL 15.0.4198.2 Standard Edition</productName>
<productType>
<code>WINNT</code>
<codeName>Windows NT</codeName>
</productType>
<productDescription>Windows Server 2016 with MSSQL 2019 RTM (15.0.4198.2) Standard English Edition</productDescription>
<infraResourceType>
<code>SW</code>
<codeName>Software</codeName>
</infraResourceType>
<baseBlockStorageSize>107374182400</baseBlockStorageSize>
<platformType>
<code>WND64</code>
<codeName>Windows 64 Bit</codeName>
</platformType>
<osInformation>Windows Server 2016 with MSSQL 15.0.4198.2 Standard Edition</osInformation>
<generationCode>G2</generationCode>
<engineVersionCode>15.0.4198.2</engineVersionCode>
</product>
<product>
<productCode>SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15041982.EE.B100</productCode>
<productName>MSSQL 15.0.4198.2 Enterprise Edition</productName>
<productType>
<code>WINNT</code>
<codeName>Windows NT</codeName>
</productType>
<productDescription>Windows Server 2016 with MSSQL 2019 RTM (15.0.4198.2) Enterprise English Edition</productDescription>
<infraResourceType>
<code>SW</code>
<codeName>Software</codeName>
</infraResourceType>
<baseBlockStorageSize>107374182400</baseBlockStorageSize>
<platformType>
<code>WND64</code>
<codeName>Windows 64 Bit</codeName>
</platformType>
<osInformation>Windows Server 2016 with MSSQL 15.0.4198.2 Enterprise Edition</osInformation>
<generationCode>G2</generationCode>
<engineVersionCode>15.0.4198.2</engineVersionCode>
</product>
</productList>
</getCloudMssqlImageProductListResponse>