ncloud_export_mysql_backup
Export a Cloud DB for MySQL backup file to Object Storage. Specify instance, backup file name, and bucket; optionally set a folder path.
Instructions
Export a Cloud DB for MySQL backup file to Object Storage. Use ncloud_list_mysql_backup_details to get available file names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileName | Yes | Backup file name to export (getCloudMysqlBackupDetailList) | |
| bucketName | Yes | Object Storage bucket name to export to | |
| folderPath | No | Folder path within the bucket (e.g. 'mysql-backups/daily'). If omitted, exports to bucket root. | |
| regionCode | No | Region code (default: first region) | |
| cloudMysqlInstanceNo | Yes | Cloud MySQL instance number (getCloudMysqlInstanceList) |