ncloud_serverless_list_imported_backups
List imported MySQL backups from Object Storage, showing status, size, zone, and engine version. Sort by name, import time, or size and paginate results.
Instructions
List imported backups — backup files brought in from Object Storage, account-level (GET /mysql/v1/imported-backups): name, zoneCode, size, status (IMPORTING|AVAILABLE|FAILED), engineVersion. Sort fields: name, importedDateTime, size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort keys 'field,asc|desc' (repeatable; allowed fields per tool) | |
| pageNo | No | Page number, 0-based (default 0 — note: unlike the legacy Ncloud APIs) | |
| pageSize | No | Items per page (1-100, default 20) |