ncloud_serverless_create_imported_backup
Import a backup file from Object Storage into an imported backup for later cluster restore. Use dryRun to preview before importing.
Instructions
Import a backup file from Object Storage as an imported backup (POST /mysql/v1/imported-backups → 202 Operation; up to 16 TiB). Then restore it with ncloud_serverless_restore_cluster (source.type=IMPORTED_BACKUP). Use dryRun=true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Imported backup name (3-30 chars, unique) | |
| dryRun | No | If true, returns a preview without importing | |
| zoneCode | No | Zone to store it in (default: first available zone, e.g. KR-2) | |
| bucketName | Yes | Source Object Storage bucket | |
| objectPath | Yes | Backup file path inside the bucket (e.g. exports/backup.tar.gz) | |
| engineVersion | Yes | Engine version the backup was created with |