Authorization: Bearer ********************{
"startTime": 1720438474592,
"endTime": 1720438574592,
"nodes": [
{"ip":"172.20.16.36", "tag": "master"}
],
"modules": [
"/media/maxmcu-0"
]
}curl --location --request POST '/tools/api/v1/admin/servlogs/tasks/actions/start' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": 1720438474592,
"endTime": 1720438574592,
"nodes": [
{"ip":"172.20.16.36", "tag": "master"}
],
"modules": [
"/media/maxmcu-0"
]
}'{}