vela_list_clusters
List clusters managed by KubeVela. When a cluster name is provided, return its detailed information, including resource usage.
Instructions
列出纳管集群;指定 cluster_name 时返回集群详情(含资源信息)。
对应 API:GET /api/v1/clusters[/{clusterName}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| query | No | 按名称模糊过滤(仅列表时生效) | |
| page_size | No | ||
| cluster_name | No | 集群名。填写后返回该集群详情 | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |