Page 1 of 1

Better API documentation?

Posted: Sun Jan 30, 2022 6:08 pm
by kiwibear62
Hi,
Is there any better documentation on the API that I can find on the eve-ng.net site?

For example, when querying /api/labs/LAB/nodes/status you get back something like this...

{
"code": 200,
"status": "success",
"message": "Successfully listed nodes (60026).",
"data": {
"1": {
"id": 1,
"labId": "1",
"qemu": 1,
"status": 2,
"url": "telnet://10.192.16.254:50699",
"cpu": 4,
"cpu_usage": "1",
"ram": 8192,
"ram_usage": "352710656"
},

What does 'status' mean?

Thanks!