Available in VPC
Get the list of config groups available to use in Cloud DB for MSSQL.
Syntax
The getCloudMssqlConfigGroupList syntax is as follows:
./ncloud vmssql getCloudMssqlConfigGroupList \
[--configGroupNo <config-group-no>] \
[--configGroupName <config-group-name>] \
[--cloudMssqlInstanceNo <instance-no>] \
[--cloudMssqlServiceName <service-name>] \
[--regionCode <KR|SGN|JPN>] \
[--output <json|xml>]
Options
This section describes the options available when running getCloudMssqlConfigGroupList.
Optional options
These are the optional options for getCloudMssqlConfigGroupList. Options that are not specified will use their default values.
| Options | Type | Required | Description |
|---|---|---|---|
--configGroupNo |
String | Optional | Cloud DB for MSSQL config group number |
--configGroupName |
String | Optional | Cloud DB for MSSQL config group name |
--cloudMssqlInstanceNo |
String | Optional | Cloud DB for MSSQL instance number |
--cloudMssqlServiceName |
String | Optional | Cloud DB for MSSQL service name |
Common options
For information about the options common to all vmssql subcommands, see Cloud DB for MSSQL (VPC) options.
Examples
If the request to retrieve the Cloud DB for MSSQL config group list is successful, the configuration information and status of the available config groups are returned.
Command
The command example is as follows:
./ncloud vmssql getCloudMssqlConfigGroupList \
--regionCode KR \
--output json
Output
The output example is as follows:
{
"getCloudMssqlConfigGroupListResponse": {
"totalRows": 1,
"cloudMssqlConfigGroupList": [
{
"configGroupNo": "0",
"configGroupName": "mssql_2019_default",
"configGroupType": {
"code": "SYSTEM",
"codeName": "Config group type code - CLOUD DATABASE (VPC)"
},
"configGroupStatusName": "running",
"configGroupStatus": {
"code": "RUN",
"codeName": "Config group Running status"
},
"createDate": "2026-02-12T18:09:13+0900",
"modifyDate": "2026-02-12T18:09:13+0900",
"cloudMssqlInstanceNoList": [
"25280088"
]
}
],
"requestId": "f6a7b8c9-d0e1-2345-fabc-678901234567",
"returnCode": "0",
"returnMessage": "success"
}
}