This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{}
curl --location -g --request GET 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/hardwareinfo' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"kernelVersion": "5.4.0-187-generic",
"processorName": "AMD EPYC 7601 32-Core Processor",
"totalCPUCore": 1,
"totalMemory": 0.9424018859863281,
"freeMemory": 0.5728759765625,
"diskTotal": 25.807556608,
"diskFree": 20.329365504,
"loadAvg": 0,
"uptime": "165h 8m 0s"
}