test(fixtures): capture redacted SimAdmin responses
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user