list_change_request_executions
Retrieve execution details for change requests in Alibaba Cloud DevOps to monitor deployment status and track application delivery progress.
Instructions
[application delivery] List change request executions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | 组织ID | |
| appName | Yes | 应用名 | |
| sn | Yes | 变更标识符 | |
| perPage | No | 分页尺寸参数,决定一页最多返回多少对象 | |
| page | No | 页面分页时使用,用于获取下一页内容,默认第1页 | |
| orderBy | No | 分页排序属性,决定根据何种属性进行记录排序;推荐在实现严格遍历时,使用 id 属性 | |
| sort | No | 分页排序升降序,asc 为升序,desc 为降序;推荐在实现严格遍历时,使用升序 | |
| releaseWorkflowSn | Yes | 流程唯一标识 | |
| releaseStageSn | Yes | 阶段唯一标识 |