Files
2026-06-06 10:40:48 +08:00

42 lines
2.0 KiB
JSON

{
"description": "Conditionally ready fleet: meets ≥70% threshold but not ≥90%",
"healthReport": [
{
"agentId": "prod-a", "healthScore": 95, "riskLevel": "low",
"scoreBreakdown": {"release":30,"compatibility":25,"certification":20,"baseline":15,"operations":5},
"stability": 92, "status": "healthy",
"lastUpdated": "2026-06-05T00:00:00.000Z"
},
{
"agentId": "prod-b", "healthScore": 90, "riskLevel": "low",
"scoreBreakdown": {"release":30,"compatibility":25,"certification":20,"baseline":10,"operations":5},
"stability": 85, "status": "healthy",
"lastUpdated": "2026-06-05T00:00:00.000Z"
},
{
"agentId": "prod-c", "healthScore": 85, "riskLevel": "low",
"scoreBreakdown": {"release":25,"compatibility":25,"certification":20,"baseline":10,"operations":5},
"stability": 88, "status": "healthy",
"lastUpdated": "2026-06-05T00:00:00.000Z"
},
{
"agentId": "warn-d", "healthScore": 55, "riskLevel": "medium",
"scoreBreakdown": {"release":15,"compatibility":15,"certification":10,"baseline":10,"operations":5},
"stability": 70, "status": "degrading",
"lastUpdated": "2026-06-05T00:00:00.000Z"
}
],
"riskReport": [
{"agentId":"prod-a","riskLevel":"low","healthScore":95,"reasons":["all indicators healthy"]},
{"agentId":"prod-b","riskLevel":"low","healthScore":90,"reasons":["all indicators healthy"]},
{"agentId":"prod-c","riskLevel":"low","healthScore":85,"reasons":["all indicators healthy"]},
{"agentId":"warn-d","riskLevel":"medium","healthScore":55,"reasons":["compatibility has warnings","certification conditionally ready"]}
],
"trendReport": [
{"agentId":"prod-a","trend":"stable","delta":0,"currentScore":95,"previousScore":95},
{"agentId":"prod-b","trend":"stable","delta":0,"currentScore":90,"previousScore":90},
{"agentId":"prod-c","trend":"stable","delta":0,"currentScore":85,"previousScore":85},
{"agentId":"warn-d","trend":"degrading","delta":-15,"currentScore":55,"previousScore":65}
]
}