RKNnoVPN/runtime/testdata/action-start-ok.json
2026-06-17 21:59:30 +03:00

30 lines
594 B
JSON

{
"ok": true,
"result": {
"accepted": true,
"status": {
"state": "CONNECTED",
"uptime": 0,
"traffic": {
"txBytes": 0,
"rxBytes": 0,
"txRate": 0,
"rxRate": 0
},
"health": {
"healthy": true,
"coreRunning": true,
"dnsOperational": true,
"routingReady": true,
"egressReady": true,
"operationalHealthy": true,
"checkedAt": 1710000000
}
},
"stage": "start",
"runtimeCode": "",
"userMessage": "",
"debug": "",
"rollbackApplied": false
}
}