36 lines
1000 B
JSON
36 lines
1000 B
JSON
{
|
|
"description": "Agent with missing/unknown data fields — tests that missing fields are not assumed healthy",
|
|
"monitoringSnapshots": [
|
|
{
|
|
"agentId": "incomplete-sdk",
|
|
"timestamp": "2026-06-04T00:00:00.000Z",
|
|
"healthScore": 85,
|
|
"riskLevel": "unknown",
|
|
"certificationStatus": "unknown",
|
|
"compatibilityStatus": "unknown",
|
|
"releaseResult": "unknown",
|
|
"rollbacks": 0,
|
|
"releaseFailures": 0,
|
|
"compatibilityFailures": 0
|
|
},
|
|
{
|
|
"agentId": "incomplete-sdk",
|
|
"timestamp": "2026-06-05T00:00:00.000Z",
|
|
"healthScore": 82,
|
|
"riskLevel": "unknown",
|
|
"certificationStatus": "unknown",
|
|
"compatibilityStatus": "unknown",
|
|
"releaseResult": "unknown",
|
|
"rollbacks": 0,
|
|
"releaseFailures": 0,
|
|
"compatibilityFailures": 0
|
|
}
|
|
],
|
|
"configuration": {
|
|
"criticalHealthDropPercent": 30,
|
|
"highHealthDropPercent": 15,
|
|
"trendWindowSize": 3,
|
|
"consecutiveFailureThreshold": 3
|
|
}
|
|
}
|