Read CPU data
get/api/v1/metrics/cpu
Response
OK
Example response
{
"data": {
"physical_core": 4,
"logical_core": 8,
"frequency": 2500,
"free_percent": 0.5,
"usage_percent": 0.5
},
"errors": [
{
"metric": [
"cpu.temperature"
]
}
]
}