Available in VPC
Get the list of character sets available in Cloud DB for MSSQL.
Syntax
The getCloudMssqlCharacterSetList syntax is as follows:
./ncloud vmssql getCloudMssqlCharacterSetList \
[--regionCode <KR|SGN|JPN>] \
[--output <json|xml>]
Options
This section describes the options available when running getCloudMssqlCharacterSetList.
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 list of Cloud DB for MSSQL character sets is successful, the names of the character sets are returned.
Command
The command example is as follows:
./ncloud vmssql getCloudMssqlCharacterSetList \
--regionCode KR \
--output json
Output
The output example is as follows:
{
"getCloudMssqlCharacterSetListResponse": {
"totalRows": 2,
"cloudMssqlCharacterSetList": [
{
"characterSetName": "Korean_Wansung_CI_AS"
},
{
"characterSetName": "SQL_Latin1_General_CP1_CI_AS"
}
],
"requestId": "e5f6a7b8-c9d0-1234-efab-567890123456",
"returnCode": "0",
"returnMessage": "success"
}
}