Access-Id: ********************Access-Secret: ********************{
"id": ""
}curl --location --request POST 'http://10.10.0.26:8080/api/system/cancel_task' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": ""
}'{
"code": 200,
"msg": "success",
"time": 1767506464516,
"data": {
"cpu_physical_cores": 8,
"cpu_usage": 7.819794584520004,
"network_up": 6180.460634049932,
"network_down": 6180.460634049932,
"disk_use": "21.34 GB",
"disk_size": "21.36 GB",
"mem_total": 16654901248,
"mem_free": 6694809600,
"swap_memory_total": 0,
"swap_memory_free": 0
}
}