Files
16gagent/test/fixtures/reliability-center/mixed-fleet-input.json
T
2026-06-06 10:40:48 +08:00

248 lines
6.1 KiB
JSON

{
"description": "Mixed fleet with varying reliability levels for comprehensive reporting",
"agents": [
{
"agentId": "claw-prod",
"monitoring": {
"healthScore": 98,
"riskLevel": "low",
"alertCount": 0,
"criticalAlertCount": 0,
"highAlertCount": 0,
"incidentCount": 0,
"lastIncidentAt": null
},
"certification": {
"status": "ready",
"score": 96,
"lastCertifiedAt": "2026-06-04T00:00:00.000Z",
"downgradeCount": 0,
"revokedCount": 0
},
"compatibility": {
"status": "supported",
"score": 94,
"failureCount": 0,
"lastFailureAt": null
},
"recovery": {
"mttrHours": 0,
"rollbackCount": 0,
"recoverySuccessRate": 100
}
},
{
"agentId": "claw-staging",
"monitoring": {
"healthScore": 95,
"riskLevel": "low",
"alertCount": 1,
"criticalAlertCount": 0,
"highAlertCount": 1,
"incidentCount": 0,
"lastIncidentAt": null
},
"certification": {
"status": "ready",
"score": 92,
"lastCertifiedAt": "2026-06-03T00:00:00.000Z",
"downgradeCount": 0,
"revokedCount": 0
},
"compatibility": {
"status": "supported",
"score": 90,
"failureCount": 0,
"lastFailureAt": null
},
"recovery": {
"mttrHours": 0.5,
"rollbackCount": 0,
"recoverySuccessRate": 100
}
},
{
"agentId": "claw-dev",
"monitoring": {
"healthScore": 92,
"riskLevel": "low",
"alertCount": 2,
"criticalAlertCount": 0,
"highAlertCount": 1,
"incidentCount": 0,
"lastIncidentAt": null
},
"certification": {
"status": "ready",
"score": 90,
"lastCertifiedAt": "2026-06-02T00:00:00.000Z",
"downgradeCount": 0,
"revokedCount": 0
},
"compatibility": {
"status": "supported",
"score": 88,
"failureCount": 0,
"lastFailureAt": null
},
"recovery": {
"mttrHours": 0.2,
"rollbackCount": 0,
"recoverySuccessRate": 100
}
},
{
"agentId": "mock-staging",
"monitoring": {
"healthScore": 85,
"riskLevel": "medium",
"alertCount": 6,
"criticalAlertCount": 0,
"highAlertCount": 6,
"incidentCount": 2,
"lastIncidentAt": "2026-06-03T00:00:00.000Z"
},
"certification": {
"status": "ready",
"score": 93,
"lastCertifiedAt": "2026-06-01T00:00:00.000Z",
"downgradeCount": 1,
"revokedCount": 0
},
"compatibility": {
"status": "supported",
"score": 92,
"failureCount": 1,
"lastFailureAt": "2026-05-30T00:00:00.000Z"
},
"recovery": {
"mttrHours": 3,
"rollbackCount": 1,
"recoverySuccessRate": 90
}
},
{
"agentId": "claw-canary",
"monitoring": {
"healthScore": 88,
"riskLevel": "medium",
"alertCount": 3,
"criticalAlertCount": 1,
"highAlertCount": 2,
"incidentCount": 1,
"lastIncidentAt": "2026-06-04T00:00:00.000Z"
},
"certification": {
"status": "ready",
"score": 94,
"lastCertifiedAt": "2026-06-02T00:00:00.000Z",
"downgradeCount": 0,
"revokedCount": 0
},
"compatibility": {
"status": "supported",
"score": 93,
"failureCount": 0,
"lastFailureAt": null
},
"recovery": {
"mttrHours": 1.5,
"rollbackCount": 0,
"recoverySuccessRate": 95
}
},
{
"agentId": "error-budget-burner",
"monitoring": {
"healthScore": 72,
"riskLevel": "high",
"alertCount": 9,
"criticalAlertCount": 3,
"highAlertCount": 6,
"incidentCount": 4,
"lastIncidentAt": "2026-06-05T00:00:00.000Z"
},
"certification": {
"status": "ready",
"score": 88,
"lastCertifiedAt": "2026-06-01T00:00:00.000Z",
"downgradeCount": 1,
"revokedCount": 0
},
"compatibility": {
"status": "supported",
"score": 90,
"failureCount": 1,
"lastFailureAt": "2026-06-02T00:00:00.000Z"
},
"recovery": {
"mttrHours": 6,
"rollbackCount": 2,
"recoverySuccessRate": 75
}
},
{
"agentId": "old-claw-beta",
"monitoring": {
"healthScore": 45,
"riskLevel": "high",
"alertCount": 12,
"criticalAlertCount": 5,
"highAlertCount": 7,
"incidentCount": 8,
"lastIncidentAt": "2026-06-04T00:00:00.000Z"
},
"certification": {
"status": "not_ready",
"score": 30,
"lastCertifiedAt": "2026-05-20T00:00:00.000Z",
"downgradeCount": 3,
"revokedCount": 1
},
"compatibility": {
"status": "failed",
"score": 25,
"failureCount": 5,
"lastFailureAt": "2026-06-03T00:00:00.000Z"
},
"recovery": {
"mttrHours": 48,
"rollbackCount": 4,
"recoverySuccessRate": 60
}
},
{
"agentId": "unknown-sdk-v1",
"monitoring": {
"healthScore": 50,
"riskLevel": "high",
"alertCount": 15,
"criticalAlertCount": 8,
"highAlertCount": 7,
"incidentCount": 5,
"lastIncidentAt": "2026-06-05T00:00:00.000Z"
},
"certification": {
"status": "not_ready",
"score": 20,
"lastCertifiedAt": "2026-05-15T00:00:00.000Z",
"downgradeCount": 4,
"revokedCount": 2
},
"compatibility": {
"status": "unsupported",
"score": 15,
"failureCount": 8,
"lastFailureAt": "2026-06-04T00:00:00.000Z"
},
"recovery": {
"mttrHours": 72,
"rollbackCount": 6,
"recoverySuccessRate": 40
}
}
],
"incidents": [],
"configuration": {}
}