Better API documentation?

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
kiwibear62
Posts: 11
Joined: Fri Dec 31, 2021 2:09 pm

Better API documentation?

Post by kiwibear62 » Sun Jan 30, 2022 6:08 pm

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!

Post Reply