{
"hostid": "3145"
}curl --location --request POST 'api/v1/historyNetwork' \
--header 'signature;' \
--header 'apiuser;' \
--header 'Content-Type: application/json' \
--data-raw '{
"hostid": "3145"
}'{
"msg": "success",
"code": 200,
"time": 1764926605,
"data": [
[
[
"时间戳 13位格式,10+3位",
"上行带宽"
],
[
"时间",
"上行带宽"
]
],
[
[
"时间",
"下行带宽"
],
[
"时间",
"下行带宽"
]
]
]
}