ncloud_serverless_list_instances
List instances of a Cloud DB Serverless cluster, including role, memory, storage, and status. Sort and paginate results for efficient monitoring.
Instructions
List the instances of a Cloud DB Serverless cluster (GET /mysql/v1/clusters/{clusterName}/instances): role PRIMARY|REPLICA, unit, memoryGb, storageUsage, zoneCode, status. Sort fields: name, role, zoneCode, createdDateTime.
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) |