I get the following for the current status: {"data":{"node":"...","status":"stopped","upid":"...","pstart":227925323,"exitstatus":"start failed: QEMU exited with code 1","user":"root@pam","type":"qmstart","id":"101","pid":52013,"starttime":1603262483}}
What would be the best way to check for error?
Seems like I would do 'exitstatus' != OK?
Also, what is the "status" field referring to?