ncloud_serverless_list_config_parameters
List database configuration parameters for a cluster, including default and current values, allowed ranges, and whether changes apply without restart.
Instructions
List DB parameters with defaultValue, currentValue (null = unchanged), allowed range/list and whether they are dynamic — changeable without restart (GET /mysql/v1/clusters/{clusterName}/config/parameters).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Only this parameter | |
| 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) |