instance_list
List database instances with filtering by name, type, or db type. Supports pagination to manage large result sets.
Instructions
获取数据库实例列表。
Args: instance_name: 按名称过滤 db_type: 按类型过滤(mysql/redis/pgsql等) type: master/slave page: 页码 page_size: 每页数量
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| type | No | ||
| db_type | No | ||
| page_size | No | ||
| instance_name | No |