test(fixtures): capture redacted SimAdmin responses

This commit is contained in:
chick
2026-07-16 06:35:28 +08:00
parent 9dffadbec2
commit c7da857aff
87 changed files with 9673 additions and 0 deletions
@@ -0,0 +1,39 @@
{
"schemaVersion": 1,
"upstreamBaseline": "58e2204",
"capturedAt": "2026-07-15",
"sourceInstanceAlias": "instance-1",
"operationId": "getCellLock",
"method": "GET",
"pathTemplate": "/api/cell-lock",
"redacted": true,
"statusCategory": "success",
"httpStatus": 200,
"contentType": "application/json",
"latencyBucket": "<250ms",
"payload": {
"status": "ok",
"message": "Success",
"data": {
"rat_status": [
{
"rat": 12,
"rat_name": "LTE",
"enabled": false,
"lock_type": 0,
"pci": null,
"arfcn": null
},
{
"rat": 16,
"rat_name": "NR",
"enabled": false,
"lock_type": 0,
"pci": null,
"arfcn": null
}
],
"any_locked": false
}
}
}