test(fixtures): capture redacted SimAdmin responses
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"upstreamBaseline": "58e2204",
|
||||
"capturedAt": "2026-07-15",
|
||||
"sourceInstanceAlias": "instance-1",
|
||||
"operationId": "getOtaStatus",
|
||||
"method": "GET",
|
||||
"pathTemplate": "/api/ota/status",
|
||||
"redacted": true,
|
||||
"statusCategory": "success",
|
||||
"httpStatus": 200,
|
||||
"contentType": "application/json",
|
||||
"latencyBucket": "<250ms",
|
||||
"payload": {
|
||||
"status": "ok",
|
||||
"message": "Success",
|
||||
"data": {
|
||||
"current_version": "1.0.6",
|
||||
"current_commit": "738330d",
|
||||
"pending_update": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"upstreamBaseline": "58e2204",
|
||||
"capturedAt": "2026-07-15",
|
||||
"sourceInstanceAlias": "instance-2",
|
||||
"operationId": "getOtaStatus",
|
||||
"method": "GET",
|
||||
"pathTemplate": "/api/ota/status",
|
||||
"redacted": true,
|
||||
"statusCategory": "success",
|
||||
"httpStatus": 200,
|
||||
"contentType": "application/json",
|
||||
"latencyBucket": "<250ms",
|
||||
"payload": {
|
||||
"status": "ok",
|
||||
"message": "Success",
|
||||
"data": {
|
||||
"current_version": "1.0.8",
|
||||
"current_commit": "70da241",
|
||||
"pending_update": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user