test(fixtures): capture redacted SimAdmin responses
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"upstreamBaseline": "58e2204",
|
||||
"capturedAt": "2026-07-15",
|
||||
"sourceInstanceAlias": "instance-2",
|
||||
"operationId": "getStatsCpu",
|
||||
"method": "GET",
|
||||
"pathTemplate": "/api/stats/cpu",
|
||||
"redacted": true,
|
||||
"statusCategory": "success",
|
||||
"httpStatus": 200,
|
||||
"contentType": "application/json",
|
||||
"latencyBucket": "<250ms",
|
||||
"payload": {
|
||||
"status": "ok",
|
||||
"message": "Success",
|
||||
"data": {
|
||||
"core_count": 4,
|
||||
"cores": [
|
||||
{
|
||||
"processor": 0,
|
||||
"bogomips": "38.40",
|
||||
"features": [
|
||||
"fp",
|
||||
"asimd",
|
||||
"evtstrm",
|
||||
"crc32",
|
||||
"cpuid"
|
||||
],
|
||||
"implementer": "0x41",
|
||||
"architecture": "8",
|
||||
"variant": "0x0",
|
||||
"part": "0xd03",
|
||||
"revision": "[REDACTED]"
|
||||
},
|
||||
{
|
||||
"processor": 1,
|
||||
"bogomips": "38.40",
|
||||
"features": [
|
||||
"fp",
|
||||
"asimd",
|
||||
"evtstrm",
|
||||
"crc32",
|
||||
"cpuid"
|
||||
],
|
||||
"implementer": "0x41",
|
||||
"architecture": "8",
|
||||
"variant": "0x0",
|
||||
"part": "0xd03",
|
||||
"revision": "[REDACTED]"
|
||||
},
|
||||
{
|
||||
"processor": 2,
|
||||
"bogomips": "38.40",
|
||||
"features": [
|
||||
"fp",
|
||||
"asimd",
|
||||
"evtstrm",
|
||||
"crc32",
|
||||
"cpuid"
|
||||
],
|
||||
"implementer": "0x41",
|
||||
"architecture": "8",
|
||||
"variant": "0x0",
|
||||
"part": "0xd03",
|
||||
"revision": "[REDACTED]"
|
||||
},
|
||||
{
|
||||
"processor": 3,
|
||||
"bogomips": "38.40",
|
||||
"features": [
|
||||
"fp",
|
||||
"asimd",
|
||||
"evtstrm",
|
||||
"crc32",
|
||||
"cpuid"
|
||||
],
|
||||
"implementer": "0x41",
|
||||
"architecture": "8",
|
||||
"variant": "0x0",
|
||||
"part": "0xd03",
|
||||
"revision": "[REDACTED]"
|
||||
}
|
||||
],
|
||||
"hardware": "",
|
||||
"serial": "[REDACTED]",
|
||||
"model_name": "ARM CPU (part: 0xd03)"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user