vela_list_definitions
List KubeVela definitions by type. Get a definition's schema, include hidden entries, and choose markdown/JSON.
Instructions
查看组件/运维特征/策略/工作流步骤定义;指定 definition_name 返回参数 schema。
对应 API:GET /api/v1/definitions[/{name}]?type=
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| def_type | Yes | 定义类型:component / trait / policy / workflowstep | |
| query_all | No | 是否包含隐藏定义(默认只列常用定义) | |
| definition_name | No | 定义名。填写后返回详情(含参数 schema) | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |