Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/health?node_uuid=' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"count": 0,
"next": null,
"previous": null,
"results": [
{
"node_ip": [
{
"node_ip": "string",
"isp": "string"
}
],
"result": {
"cpu": {
"load": 0,
"logical_cores": [
0
]
},
"disk": {
"disks_read_per_sec": 0,
"disks_write_per_sec": 0
},
"ip": {
"101.67.13.230": {
"status": "string",
"delay": 0
}
},
"mem": {
"total": 0,
"used": 0,
"virtual_total": 0,
"virtual_used": 0
},
"network": [
{
"IPv4": "string",
"IPv6": "string",
"mac": "string",
"name": "string",
"packets_in": 0,
"packets_out": 0,
"total_in": 0,
"total_out": 0
}
],
"record_time": 0
},
"node_uuid": "string",
"node_name": "string"
}
]
}
}