{
"hostid": "3145"
}curl --location --request POST 'api/v1/historyCpu' \
--header 'signature;' \
--header 'apiuser;' \
--header 'Content-Type: application/json' \
--data-raw '{
"hostid": "3145"
}'{
"msg": "success",
"code": 200,
"time": 1764927144,
"data": [
[
"时间戳 13位格式,10+3位",
19.94
],
[
1764667238000,
8.57
]
]
}