基础设施相关接口/OTA 升级计划
GETOTA起始版本 1.0同步需要认证
查询历史列表
列表历史升级执行记录结果。
调试可用性
在线调试
使用当前认证信息和示例参数提交 Mock 请求。
查询参数
请求参数
查询参数
planIdString过滤历史计划ID。
componentString组件。
statusString状态信息。
limitInteger最多返回的记录数。
示例: 0
offsetInteger查询起始偏移量。
示例: 0
响应状态
请求地址
GET/api/v1/lifecycle/upgrade-history
/api/v1/lifecycle/upgrade-history
请求示例
curl -X GET '{host}/api/v1/lifecycle/upgrade-history' -H 'Authorization: Bearer {token}'
响应示例
200{"items": [{"uuid": "hist-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "planId": "plan-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "planName": "Upgrade agents to v1.3.0", "fromVersion": "1.2.0", "toVersion": "1.3.0", "fromRelease": "215", "toRelease": "221", "component": "zcf-core"}], "total": 15, "limit": 20, "offset": 20}变更历史
此 API 暂无变更历史记录。
