Available in VPC
Get the backup list of a Cloud DB for MySQL instance.
Syntax
The getCloudMysqlBackupList syntax is as follows:
./ncloud vmysql getCloudMysqlBackupList \
[--regionCode <KR|SGN|JPN>] \
[--output <json|xml>]
Options
This section describes the options available when running getCloudMysqlBackupList.
Common options
For information about the options common to all vmysql subcommands, see Cloud DB for MySQL (VPC) options.
Examples
If the request to retrieve the Cloud DB for MySQL backup list is successful, the backup configuration information for each instance is returned.
Command
The command example is as follows:
./ncloud vmysql getCloudMysqlBackupList \
--regionCode KR \
--output json
Output
The output example is as follows:
{
"getCloudMysqlBackupListResponse": {
"totalRows": 1,
"cloudMysqlBackupList": [
{
"cloudMysqlInstanceNo": "12345678",
"cloudMysqlServiceName": "test-mysql",
"backupFileRetentionPeriod": 1,
"backupTime": "10:30",
"backupSize": 604997814,
"lastBackupDate": "2026-06-04T17:12:16+0900"
}
],
"requestId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"returnCode": "0",
"returnMessage": "success"
}
}