基础设施相关接口/生命周期
GETLifecycle起始版本 1.0同步需要认证
查询健康度历史列表
列表健康检查历史记录。
调试可用性
在线调试
使用当前认证信息和示例参数提交 Mock 请求。
查询参数
请求参数
查询参数
componentUuidString过滤组件UUID。
componentTypeString过滤组件类型。
componentCategoryString过滤管理组件分类。
componentNameString过滤管理组件名称。
checkTypeString过滤检查类型。
响应状态
请求地址
GET/api/v1/lifecycle/health-history
/api/v1/lifecycle/health-history
请求示例
curl -X GET '{host}/api/v1/lifecycle/health-history' -H 'Authorization: Bearer {token}'
响应示例
200{"items": [{"id": 1, "componentUuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "componentType": "lifecycle-service", "checkType": "liveness", "status": "healthy", "latencyMs": 12, "message": "All checks passed", "lcaUuid": "0123456789abcdef0123456789abcdef"}], "total": 500, "limit": 20, "offset": 40}变更历史
此 API 暂无变更历史记录。
