基础设施相关接口/OTA 升级计划
GETOTA起始版本 1.0同步需要认证
查询更新列表
列表可用软件更新安装状态。
调试可用性
在线调试
使用当前认证信息和示例参数提交 Mock 请求。
查询参数
请求参数
查询参数
typeString类型。
severityString告警级别。
limitInteger最多返回的记录数。
示例: 0
offsetInteger查询起始偏移量。
示例: 0
statusString状态信息。
响应状态
请求地址
GET/api/v1/lifecycle/updates
/api/v1/lifecycle/updates
请求示例
curl -X GET '{host}/api/v1/lifecycle/updates' -H 'Authorization: Bearer {token}'
响应示例
200{"items": [{"uuid": "upd-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "name": "zcf-security-patch", "version": "1.3.1", "type": "security", "severity": "critical", "description": "Patches CVE-2026-12345 in the authentication module", "size": 10485760, "checksum": "sha256:abc123"}], "total": 4, "limit": 20, "offset": 20}变更历史
此 API 暂无变更历史记录。
