37 lines
1.7 KiB
JSON
37 lines
1.7 KiB
JSON
{
|
|
"description": "Mixed fleet: healthy, degrading, high risk agents — conditionally_ready",
|
|
"healthReport": [
|
|
{
|
|
"agentId": "claw-prod",
|
|
"healthScore": 100, "riskLevel": "low",
|
|
"scoreBreakdown": {"release":30,"compatibility":25,"certification":20,"baseline":15,"operations":10},
|
|
"stability": 100, "status": "healthy",
|
|
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
|
},
|
|
{
|
|
"agentId": "mock-staging",
|
|
"healthScore": 65, "riskLevel": "medium",
|
|
"scoreBreakdown": {"release":20,"compatibility":15,"certification":10,"baseline":15,"operations":5},
|
|
"stability": 78, "status": "degrading",
|
|
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
|
},
|
|
{
|
|
"agentId": "old-claw-beta",
|
|
"healthScore": 10, "riskLevel": "high",
|
|
"scoreBreakdown": {"release":0,"compatibility":0,"certification":0,"baseline":5,"operations":5},
|
|
"stability": 50, "status": "at_risk",
|
|
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
|
}
|
|
],
|
|
"riskReport": [
|
|
{"agentId":"claw-prod","riskLevel":"low","healthScore":100,"reasons":["all indicators healthy"]},
|
|
{"agentId":"mock-staging","riskLevel":"medium","healthScore":65,"reasons":["compatibility has warnings","certification is conditionally ready"]},
|
|
{"agentId":"old-claw-beta","riskLevel":"high","healthScore":10,"reasons":["agent unsupported","compatibility unsupported","certification not_ready"]}
|
|
],
|
|
"trendReport": [
|
|
{"agentId":"claw-prod","trend":"stable","delta":0,"currentScore":100,"previousScore":100},
|
|
{"agentId":"mock-staging","trend":"degrading","delta":-35,"currentScore":65,"previousScore":100},
|
|
{"agentId":"old-claw-beta","trend":"degrading","delta":-50,"currentScore":10,"previousScore":20}
|
|
]
|
|
}
|