{
"hostid": "3145"
}curl --location --request POST 'api/v1/monitor' \
--header 'signature;' \
--header 'apiuser;' \
--header 'Content-Type: application/json' \
--data-raw '{
"hostid": "3145"
}'{
"msg": "success",
"code": 200,
"time": 1764925555,
"data": {
"cpu": 7.5,
"memory": 100,
"bwOut": "1.01",
"bwIn": "0.01",
"trafficOut": 348449,
"trafficIn": 108865
}
}