curl --location --request GET 'https://dash.ryzehosting.com/api/v2/server/status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483"
}'{
"response": "VM status retrieved successfully",
"state": "success",
"code": 200,
"data": {
"state": "ACTIVE",
"status": "running",
"uptime": 76,
"usage": {
"cpu": {
"percentage": 4.85,
"percentage_unit": "%",
"absolute": "0.05 / 1 Kerne",
"used_cores": 0.05,
"total_cores": 1
},
"mem": {
"percentage": 16.74,
"percentage_unit": "%",
"absolute": "0.17 GB / 1 GB",
"used_mb": 171.44,
"total_mb": 1024
},
"disk": {
"percentage": 0,
"percentage_unit": "%",
"absolute": "0 GB / 0 GB",
"used_gb": 0,
"total_gb": 0
}
}
}
}