38 lines
896 B
JSON
38 lines
896 B
JSON
{
|
|
"description": "Agents that have violated SLOs",
|
|
"agents": [
|
|
{
|
|
"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": {}
|
|
}
|