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

28 lines
1.2 KiB
JSON

{
"description": "High risk fleet — most agents at high risk, should be not_ready",
"healthReport": [
{
"agentId": "unsupported-legacy",
"healthScore": 5, "riskLevel": "high",
"scoreBreakdown": {"release":0,"compatibility":0,"certification":0,"baseline":5,"operations":0},
"stability": 30, "status": "at_risk",
"lastUpdated": "2026-06-05T00:00:00.000Z"
},
{
"agentId": "failing-agent",
"healthScore": 15, "riskLevel": "high",
"scoreBreakdown": {"release":0,"compatibility":5,"certification":0,"baseline":5,"operations":5},
"stability": 40, "status": "degrading",
"lastUpdated": "2026-06-05T00:00:00.000Z"
}
],
"riskReport": [
{"agentId":"unsupported-legacy","riskLevel":"high","healthScore":5,"reasons":["agent unsupported","compatibility unsupported","3 release failures"]},
{"agentId":"failing-agent","riskLevel":"high","healthScore":15,"reasons":["certification not_ready","2 release failures","2 rollbacks"]}
],
"trendReport": [
{"agentId":"unsupported-legacy","trend":"degrading","delta":-80,"currentScore":5,"previousScore":25},
{"agentId":"failing-agent","trend":"degrading","delta":-70,"currentScore":15,"previousScore":50}
]
}