Authorization: Bearer ********************curl --location --request GET '/tools/api/v1/admin/server/hardware-info?ip=10.23.7.138' \
--header 'Authorization: Bearer <token>'{
"hardwareInfoList": [
{
"ramInfo": {
"total": 31.26,
"used": 15.49,
"useRate": 49.55
},
"storageInfo": {
"total": 198.96,
"used": 144.87,
"useRate": 72.81
},
"cpuInfo": {
"name": "Intel Core Processor (Skylake, IBRS)",
"ghz": 2.05,
"useRate": 10.11,
"cores": 12
},
"networkInfos": [
{
"rxkb": 226.43,
"txkb": 190.47,
"iface": "default",
"ip": "10.23.7.138"
}
],
"tag": "master",
"ip": "10.23.7.138",
"online": true,
"mac": "52:54:00:33:50:f6"
}
]
}