27 lines
1005 B
JSON
27 lines
1005 B
JSON
{
|
|
"schema_version": "yovision.runtime-status/v1",
|
|
"status_id": "018f4d6a-8d1b-4a25-8b37-9085f9c0d102",
|
|
"brain_instance_ref": "brain-east-01",
|
|
"sequence": 42,
|
|
"observed_at": "2026-08-31T00:00:30Z",
|
|
"runtime": { "state": "degraded", "version": "1.0.0", "started_at": "2026-08-30T23:55:00Z" },
|
|
"model": { "model_ref": "people-detection", "version": "2026.08.1" },
|
|
"configurations": [
|
|
{ "config_id": "gate-primary", "apply_state": "applied", "applied_revision": 21, "error_code": null },
|
|
{ "config_id": "yard-secondary", "apply_state": "applying", "applied_revision": 8, "error_code": null }
|
|
],
|
|
"health": {
|
|
"overall": "degraded",
|
|
"error_codes": ["RESOURCE_PRESSURE"],
|
|
"metrics": { "load_percent": 91.5, "queue_depth": 7, "latency_ms": 115.0 }
|
|
},
|
|
"inputs": [
|
|
{
|
|
"input_ref": "camera-gate-01",
|
|
"state": "degraded",
|
|
"error_codes": ["INPUT_DECODE_FAILED"],
|
|
"metrics": { "load_percent": 5.2, "queue_depth": 3, "latency_ms": 92.0 }
|
|
}
|
|
]
|
|
}
|