-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmocks.json
More file actions
46 lines (46 loc) · 958 Bytes
/
Copy pathmocks.json
File metadata and controls
46 lines (46 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"path": "/api/v1/validate-cycle",
"method": "GET",
"statusCode": 200,
"responseBody": {
"userId": 0,
"sessionToken": "waiting",
"status": "initial",
"mockTimestamp": "2025-12-30"
},
"avgDelay": 100,
"deviation": 100,
"csvFile": "data/test.csv",
"csvData": [
{
"userId": "1001",
"sessionToken": "TOKEN_ALPHA_99",
"status": "active"
},
{
"userId": "1002",
"sessionToken": "TOKEN_BRAVO_88",
"status": "active"
},
{
"userId": "1003",
"sessionToken": "TOKEN_CHARLIE_77",
"status": "pending"
},
{
"userId": "1004",
"sessionToken": "TOKEN_DELTA_66",
"status": "active"
},
{
"userId": "1005",
"sessionToken": "TOKEN_ECHO_55",
"status": "suspended"
}
],
"currentIndex": 0,
"hits": 0,
"lastHit": null
}
]