本文档由"一诺"编写,测试使用
X-Node-Secret: ********************{
"nodeId": 0,
"status": "string",
"cpu": 0,
"memory": 0,
"disk": 0,
"networkIn": 0,
"networkOut": 0
}curl --location --request POST 'https://api.hyperfrp.com/api/node-report/status' \
--header 'X-Node-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nodeId": 0,
"status": "string",
"cpu": 0,
"memory": 0,
"disk": 0,
"networkIn": 0,
"networkOut": 0
}'