vela_list_components
Lists components of a KubeVela application. Specify a component name to retrieve its properties, traits, and definition.
Instructions
查看应用的组件列表;指定 component 时返回组件详情(properties、traits、definition)。
对应 API:GET /api/v1/applications/{app}/components[/{comp}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | 环境名(仅列表时生效) | |
| app_name | Yes | 应用名称 | |
| component | No | 组件名。填写后返回该组件详情(含 properties 与 traits) | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |