vela_get_workflow_logs
Retrieve logs for a specific step in a KubeVela workflow execution record by providing app name, workflow name, record name, and step name.
Instructions
查看工作流执行记录中某个步骤的日志(step 必填,步骤名可先查记录详情获取)。
对应 API:GET .../workflows/{wf}/records/{record}/logs?step=
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step | Yes | 步骤名(必填,来自记录详情中的步骤列表) | |
| record | Yes | 工作流执行记录名 | |
| app_name | Yes | 应用名称 | |
| workflow_name | Yes | 工作流名 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |