ncloud_serverless_list_backups
List automatic backups of a Cloud DB Serverless cluster, showing name, status, and size. Sort or paginate results to review backup history.
Instructions
List automatic backups of a Cloud DB Serverless cluster (GET /mysql/v1/clusters/{clusterName}/backups): name, zoneCode, status (CREATING|AVAILABLE|IN_USE|DELETING), size. Backups are created automatically only — there is no manual create/delete. Sort fields: name, createdDateTime, 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) | |
| clusterName | Yes | Cluster name (3-30 chars, lowercase letters/digits/'-', no leading or trailing '-'; immutable after creation) |