Authorization: Bearer ********************curl --location --request GET '/tools/api/v1/admin/server/resource-history?instance=10.23.16.22' \
--header 'Authorization: Bearer <token>'{
"instance": "10.23.16.22",
"metrics": [
{
"timestamp": 1761310020,
"cpu": {
"usage_percent": 1.6750000000805159
},
"memory": {
"total_bytes": 133475360768,
"available_bytes": 111897034752,
"used_bytes": 21578326016,
"usage_percent": 16.166523837688917
},
"disk": {
"total_bytes": 469335638016,
"free_bytes": 402586320896,
"used_bytes": 66749317120,
"usage_percent": 14.222085798164866
},
"network": {
"receive_bytes_per_second": 163751.08999999997,
"transmit_bytes_per_second": 164776.43333333332
}
}
]
}